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