refactoring: --YavscLib-- => Yavsc
This commit is contained in:
17
Yavsc.Abstract/Billing/IEstimate.cs
Normal file
17
Yavsc.Abstract/Billing/IEstimate.cs
Normal file
@ -0,0 +1,17 @@
|
||||
namespace Yavsc
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
public interface IEstimate
|
||||
{
|
||||
List<string> AttachedFiles { get; set; }
|
||||
List<string> AttachedGraphics { get; }
|
||||
string ClientId { get; set; }
|
||||
long? CommandId { get; set; }
|
||||
string CommandType { get; set; }
|
||||
string Description { get; set; }
|
||||
long Id { get; set; }
|
||||
string OwnerId { get; set; }
|
||||
string Title { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user