Exemplo n.º 1
0
 public static int GroupIDByUserName(string UserName)
 {
     UserGroupDAL doit = new UserGroupDAL();
     return doit.GroupIDByUserName(UserName);
 }