Esempio n. 1
0
 public bool DeleteById(int value)
 {
     return(_surveyRepo.DeleteById(value));
 }