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