예제 #1
0
 public IHttpActionResult AddBank(BankViewModel model)
 {
     SetUpService.AddBank(model.ToServiceRequestModel());
     return(Ok());
 }