Example #1
0
 public Task <int> GetMakesCountAsync()
 {
     return(_makeRepository.GetCountAsync());
 }