Exemple #1
0
 public string[] GetAccountRoles(string login)
 {
     return(_accountDAO.GetAccountRoles(login));
 }