refactoring
This commit is contained in:
parent
fafa1a5c5f
commit
38d3df9883
14 changed files with 5785 additions and 20 deletions
13
YavscLib/Billing/IcommandLine.cs
Normal file
13
YavscLib/Billing/IcommandLine.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
namespace YavscLib.Billing
|
||||
{
|
||||
public interface ICommandLine
|
||||
{
|
||||
long Id { get; set; }
|
||||
string Description { get; set; }
|
||||
|
||||
int Count { get; set; }
|
||||
decimal UnitaryCost { get; set; }
|
||||
long EstimateId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue