Exemplo n.º 1
0
 public async Task <IReadOnlyCollection <decimal> > GetAll()
 {
     return(await _incomeContext.GetAll());
 }
Exemplo n.º 2
0
 public IEnumerable <IncomeQuestionnaire> GetAll()
 {
     return(_context.GetAll());
 }