WIP Estimate

This commit is contained in:
2016-11-04 13:55:48 +01:00
parent c559a51ad4
commit 452828040b
27 changed files with 1308 additions and 76 deletions

View File

@ -0,0 +1,11 @@
using Yavsc.Models.Billing;
namespace Yavsc.ViewModels.WorkFlow
{
public class EstimateEdition
{
public Estimate Data { get; set; }
}
}