Beispiel #1
0
 public IActionResult AddUserRole(UserRoleModel uRole)
 {
     try
     {
         iuserrole.AddUserRole(uRole);
         return(Ok(HttpStatusCode.OK));
     }
     catch (System.Exception ex)
     {
         throw ex;
     }
 }