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