Beispiel #1
0
 public void UpdateUserType(int[] userIDs, String type, int staffID)
 {
     Repository.UpdateUserType(userIDs, type, staffID);
 }