refactoring
This commit is contained in:
parent
88de59886a
commit
55d0254e9e
4 changed files with 4 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue