Пример #1
0
 public HttpResponseMessage Export([FromBody] HistoryPageAndSortingUICommand command)
 {
     return(Execute(() => _historyLogic.Export(command)));
 }
Пример #2
0
 public IEnumerable <HistoryViewModel> GetAllHistory([FromBody] HistoryPageAndSortingUICommand command)
 {
     return(Execute(() => _historyLogic.GetAllHistory(command)));
 }