Example #1
0
 public GenericResult <bool> Delete([FromBody] int id)
 {
     return(appService.Delete(id));
 }