мелкие удаления
This commit is contained in:
parent
b4a34a2846
commit
e32b25cc7c
@ -59,8 +59,6 @@ namespace BeautySalonDatabaseImplement.Implements
|
||||
{
|
||||
return context.Procedures
|
||||
.Where(x => x.ClientId == model.ClientId)
|
||||
.Skip(model.PageSize.Value * (model.PageNumber.Value - 1))
|
||||
.Take(model.PageSize.Value)
|
||||
.Select(x => x.GetViewModel)
|
||||
.ToList();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user