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