예제 #1
0
 public ActionResult <Merchant> SetAccount(Merchant merchant)
 {
     return(merchantService.SetAccontService(merchant));
 }