예제 #1
0
 public ResultMessage <Statement> SoftDelete(int id)
 {
     return(statementRepository.SoftDelete(id));
 }