예제 #1
0
 public ActionResult <Supply> GetSupplyById(int id)
 {
     return(supplyService.GetSupplyById(id));
 }