Exemplo n.º 1
0
 public ActionResult <Merchant> SetAccount(Merchant merchant)
 {
     return(merchantService.SetAccontService(merchant));
 }