yavsc/YavscLib/HairCut/IHairCutQuery.cs

11 lines
188 B
C#

namespace YavscLib.HairCut
{
public interface IHairCutQuery
{
long Id { get; set; }
long PrestationId { get; set; }
long LocationId { get; set; }
}
}