refactoring

This commit is contained in:
Paul Schneider 2016-07-27 11:08:45 +02:00
commit 55d0254e9e
4 changed files with 4 additions and 5 deletions

View file

@ -5,7 +5,7 @@ using Yavsc.Models.Billing;
namespace Yavsc.Helpers
{
public static class FileSystemHelpers {
public static IDirectoryContents GetFileContent(this RDVEstimate estimate, string userFileDir)
public static IDirectoryContents GetFileContent(this Estimate estimate, string userFileDir)
{
if (estimate?.Query?.PerformerProfile?.Performer == null)
return null;