Example #1
0
 public List <AuthorizedUser> GetAuthorizedUsers()
 {
     return(_usersDb.GetAuthorizedUsers());
 }