Exemplo n.º 1
0
 public List <SearchViewModel> GetInfoByDate(string fromDate, string toDate)
 {
     return(stockOutGateway.GetInfoByDate(fromDate, toDate));
 }