Exemple #1
0
 public bool ChangeDepartmentOfUser(List <int> userIds, int newDepartmentId, int createId)
 {
     DepartmentUserDbAction.ChangeDepartmentOfUser(userIds, newDepartmentId, createId);
     return(true);
 }