Exemplo n.º 1
0
 public HttpResponseMessage Export([FromBody] HistoryPageAndSortingUICommand command)
 {
     return(Execute(() => _historyLogic.Export(command)));
 }
Exemplo n.º 2
0
 public IEnumerable <HistoryViewModel> GetAllHistory([FromBody] HistoryPageAndSortingUICommand command)
 {
     return(Execute(() => _historyLogic.GetAllHistory(command)));
 }