Esempio n. 1
0
 public ResultMessage <Purpose> SoftDelete(int id)
 {
     return(purposeRepository.SoftDelete(id));
 }