示例#1
0
 public void UpdateStaff(int[] userIDs, bool status)
 {
     Repository.UpdateStaff(userIDs, status);
 }