Exemplo n.º 1
0
 public async Task <DataResponse <Ad> > GetAllObjects()
 {
     return(await _repository.GetAllObjects());
 }