예제 #1
0
 public List <WhatifRequestHomePage> getWhatIFRequestHomePage(WhatifRequestHomePageQueryModel model)
 {
     try
     {
         WhatIFRequestCommonDBOperation WhatIFReqObj = new WhatIFRequestCommonDBOperation();
         return(WhatIFReqObj.getWhatIFRequestHomePage(model));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
예제 #2
0
 public List <ConnectionName> getConnectionForWhatIFRequest(CommonWhatifRequestQueryModel model)
 {
     try
     {
         WhatIFRequestCommonDBOperation WhatIFReqObj = new WhatIFRequestCommonDBOperation();
         return(WhatIFReqObj.getConnectionName(model));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }