Blog Files model
This commit is contained in:
parent
40e8e08690
commit
bfb37bc214
12 changed files with 318 additions and 173 deletions
|
|
@ -20,8 +20,6 @@ namespace Yavsc.Models.Haircut
|
|||
public class HairCutQuery : NominativeServiceCommand
|
||||
{
|
||||
|
||||
// Bill description
|
||||
string _description = null;
|
||||
public override string Description
|
||||
{
|
||||
get; set;
|
||||
|
|
@ -62,7 +60,6 @@ namespace Yavsc.Models.Haircut
|
|||
public string AdditionalInfo { get; set; }
|
||||
|
||||
|
||||
|
||||
public override List<IBillItem> GetBillItems()
|
||||
{
|
||||
string longhairsuffix = " (cheveux longs)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue