Exemplo n.º 1
0
 public Task <List <Technology> > GetAllTechnologiesListAsync()
 {
     return(_repository.GetAllTechnologiesListAsync());
 }