Пример #1
0
 public static SE_GiftManageConfigModel GetEntity(int Id)
 {
     try
     {
         return(SE_GiftManageConfigDAL.GetEntity(ProcessConnection.OpenConfigurationReadOnly, Id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }