yavsc/Yavsc.Server/ViewModels/Workflow/EstimateEdition.cs

11 lines
175 B
C#
Raw Normal View History

2016-11-04 13:55:48 +01:00
using Yavsc.Models.Billing;
2017-03-05 13:48:11 +01:00
namespace Yavsc.ViewModels.Workflow
2016-11-04 13:55:48 +01:00
{
public class EstimateEdition
{
public Estimate Data { get; set; }
}
}