Esempio n. 1
0
 public string GetRolesForUser(string uname)
 {
     return(iAuth.GetRolesForUser(uname));
 }