var result = await _orderService.GetLackingFilesAsync(command.Username, command.Role);
示例#2
0
 await _orderService
 .ValidatePermissionsToOrder(command.Username, command.Role, command.OrderId);