Beispiel #1
0
 public static bool CreateGroup(string UserId, string GroupName)
 {
     return(GroupDB.CreateGroup(UserId, GroupName));
 }