Beispiel #1
0
 public IHttpActionResult AddBranch(BranchViewModel model)
 {
     SetUpService.AddBranch(model.ToServiceRequestModel());
     return(Ok());
 }