Пример #1
0
 public Task <List <Counter> > GetAllCounters()
 {
     return(repository.GetAll()); //Getting all counters returns all counters from the repository
 }
 public Task <List <Counter> > GetAllCounters()
 {
     return(repository.GetAll());
 }