Exemplo n.º 1
0
 public AccountController()
 {
     _repository = new Repository();
     var store = new UserStore<ApplicationUser>(_context);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
Exemplo n.º 2
0
 public ChequeBooksController()
 {
     _repository = new Repository();
     var store = new UserStore<ApplicationUser>(db);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
Exemplo n.º 3
0
 public MessagingContactsController()
 {
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _repository = new Repository();
     var store = new UserStore<ApplicationUser>(_context);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
Exemplo n.º 4
0
 public FlexWChecks32Controller()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
 public Flex_Not_Checks_FCY_Sum_nr013Controller()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
Exemplo n.º 6
0
 public CheckBookReportsController()
 {
     _repository = new Repository();
     _logs = new Logs();
 }
Exemplo n.º 7
0
 public TotalflexnotchqptController()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
Exemplo n.º 8
0
 public ApproveController()
 {
     _repository = new Repository();
     _uniqueId = new UniqueId();
     _logs = new Logs();
 }
Exemplo n.º 9
0
 public AdminController()
 {
     _logs = new Logs();
     _repository = new Repository();
 }
Exemplo n.º 10
0
 public FlexnotchksBYBENACController()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
Exemplo n.º 11
0
 public Format31()
 {
     _repository = new Repository();
     _logs = new Logs();
 }
Exemplo n.º 12
0
 public GroupRoleController()
 {
     _repository = new Repository();
     _logs = new Logs();
 }
Exemplo n.º 13
0
 public ContactsController()
 {
     var store = new UserStore<ApplicationUser>(db);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
Exemplo n.º 14
0
 public UploadController()
 {
     _repository = new Repository();
     _uniqueId = new UniqueId();
     _logs = new Logs();
 }