Exemplo n.º 1
0
 public sp_SYS001_GetSystemConfig_Result GetSystemConfig()
 {
     try
     {
         using (OIS_SYSEntities ct = new OIS_SYSEntities())
         {
             sp_SYS001_GetSystemConfig_Result result = ct.sp_SYS001_GetSystemConfig().FirstOrDefault();
             return(result);
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }