Exemplo n.º 1
0
 public Task <IList <Account> > GetAccounts()
 {
     return(_repo.GetAccounts());
 }