public async Task <List <Reaction> > GetAll()
 {
     return(await _repository.GetAll());
 }
Beispiel #2
0
 public IEnumerable <Reaction> GetAllReport(string lang = "en")
 {
     return(databasePlaceholder.GetAll(lang));
 }