Ejemplo n.º 1
0
 public LoginController()
 {
     db = new MyDBcontext();
     ConfigurationParameterService = new ConfigurationParameterService();
     UserService = new UserService();
     response    = new Response();
 }
Ejemplo n.º 2
0
 static Constants()
 {
     ConfigurationParameterService = new ConfigurationParameterService();
 }