refactorinf & max result per page
This commit is contained in:
parent
6c350a261f
commit
63508b4291
12 changed files with 223 additions and 102 deletions
|
|
@ -25,7 +25,16 @@ namespace Yavsc.Models.Haircut
|
|||
public class HairMultiCutQuery : NominativeServiceCommand
|
||||
{
|
||||
// Bill description
|
||||
public override string Description => "Prestation en coiffure à domicile [commande groupée]" ;
|
||||
string _customDescription = null;
|
||||
public override string Description
|
||||
{
|
||||
get {
|
||||
return _customDescription ?? "Prestation en coiffure à domicile [commande groupée]" ;
|
||||
}
|
||||
set {
|
||||
_customDescription = value;
|
||||
}
|
||||
}
|
||||
|
||||
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
override public long Id { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue