refactoring

This commit is contained in:
2016-07-27 11:08:45 +02:00
parent ae32fc0ede
commit e3553de17c
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;