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