Beispiel #1
0
 public ActionResult <List <Supply> > GetAllSupply()
 {
     return(supplyService.GetAllSupply());
 }