Exemple #1
0
 public int DeleteById(Guid id)
 {
     return(_officeRepository.DeleteById(id));
 }