コード例 #1
0
 /// <summary>
 /// Insert into `ZoneUserRole`
 /// </summary>
 /// <param name="entity"></param>
 /// <returns></returns>
 public bool insert(CmsPageSecurityZoneUserRole entity)
 {
     try
     {
         repository.Save(entity);
         return(true);
     }
     catch (Exception ex)
     {
         return(false);
     }
 }