12 lines
255 B
C#
12 lines
255 B
C#
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; }
|
||
}
|
||
} |