示例#1
0
 public int Disable(Guid[] ids)
 {
     return(_officeRepository.Disable(ids));
 }