Beispiel #1
0
 public int AddUserRole(int userID, string idList)
 {
     return(bll.AddUserRole(userID, idList));
 }