Пример #1
0
 public ActionResult <Merchant> Register(Merchant merchant)
 {
     return(merchantService.RegisterService(merchant));
 }