Ejemplo n.º 1
0
 public IEnumerable <UserAccount> All()
 {
     return(_userAccountRepository.All(_currentUser.Id));
 }