forked from ddrilling/AsbCloudServer
добавление необходимых полей в конструктор MessageRequest
This commit is contained in:
parent
479cf72f0c
commit
d9684f6985
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user