Exemplo n.º 1
0
 public async Task <long> FindCountAsync(CarListRequestDTO src)
 {
     return(await _carDAL.FindCountAsync(src));
 }