Esempio n. 1
0
 public static void Seed(DynamicFormsContext context)
 {
 }
Esempio n. 2
0
 public AuthService()
 {
     db      = new DynamicFormsContext();
     session = System.Web.HttpContext.Current.Session;
 }
Esempio n. 3
0
 public FormService()
 {
     db          = new DynamicFormsContext();
     authService = new AuthService();
 }