Example #1
0
 public bool Execute(int id)
 {
     return(_findingTypeRepository.Delete(id));
 }