Ejemplo n.º 1
0
 public Task <ActionResult <Stationery> > DeleteStationery(int id)
 {
     _clkService.deleteStationery(id);
     return(null);
 }