infra du badge paramêtre manquant

This commit is contained in:
Paul Schneider 2017-03-05 13:48:11 +01:00
commit 042b26c2e6
15 changed files with 104 additions and 26 deletions

View file

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