FlatFeeDiscount

This commit is contained in:
2017-03-02 13:25:20 +01:00
parent d09189f830
commit a2319dd026
8 changed files with 39 additions and 27 deletions

View File

@ -1,12 +0,0 @@
using Yavsc.Models.Haircut;
using Yavsc.Models.Workflow;
namespace Yavsc.ViewModels.Haircut
{
public class HairCutView
{
public PerformerProfile HairBrusher { get; set; }
public HairPrestation Topic { get; set; }
}
}