Example #1
0
 public static ObjectResult GetStandardQuestions(int pSubCampaignId, int pAccountId, int pContactId)
 {
     using (BrightPlatformEntities _efDbContext = new BrightPlatformEntities(UserSession.EntityConnection)) {
         return _efDbContext.FIScGetStandardQuestions(pSubCampaignId, pAccountId, pContactId);
     }
 }