WIP Estimate
This commit is contained in:
parent
5604ae3a54
commit
9293ee4ec9
27 changed files with 1308 additions and 76 deletions
11
Yavsc/ViewModels/WorkFlow/EstimateEdition.cs
Normal file
11
Yavsc/ViewModels/WorkFlow/EstimateEdition.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Yavsc.Models.Billing;
|
||||
|
||||
namespace Yavsc.ViewModels.WorkFlow
|
||||
{
|
||||
public class EstimateEdition
|
||||
{
|
||||
public Estimate Data { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue