добавление необходимых полей в конструктор MessageRequest

This commit is contained in:
Olga Nemt 2023-02-03 09:38:56 +05:00
parent 479cf72f0c
commit d9684f6985

View File

@ -54,6 +54,11 @@ namespace AsbCloudApp.Requests
{
this.IdWell = idWell;
this.Categoryids = request.Categoryids;
this.Begin = request.Begin;
this.End = request.End;
this.SearchString = request.SearchString;
this.Skip = request.Skip;
this.Take = request.Take;
this.SortFields = request.SortFields;