コード例 #1
0
ファイル: AccountController.cs プロジェクト: ongeri/citieuc
 public AccountController()
 {
     _repository = new Repository();
     var store = new UserStore<ApplicationUser>(_context);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
コード例 #2
0
 public ChequeBooksController()
 {
     _repository = new Repository();
     var store = new UserStore<ApplicationUser>(db);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
コード例 #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();
 }
コード例 #4
0
 public FlexWChecks32Controller()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
コード例 #5
0
 public Flex_Not_Checks_FCY_Sum_nr013Controller()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
コード例 #6
0
 public CheckBookReportsController()
 {
     _repository = new Repository();
     _logs = new Logs();
 }
コード例 #7
0
 public TotalflexnotchqptController()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
コード例 #8
0
ファイル: ApproveController.cs プロジェクト: ongeri/citieuc
 public ApproveController()
 {
     _repository = new Repository();
     _uniqueId = new UniqueId();
     _logs = new Logs();
 }
コード例 #9
0
ファイル: AdminController.cs プロジェクト: ongeri/citieuc
 public AdminController()
 {
     _logs = new Logs();
     _repository = new Repository();
 }
コード例 #10
0
 public FlexnotchksBYBENACController()
 {
     _repository = new Repository();
     constring = ConfigurationManager.ConnectionStrings["DBCon"].ConnectionString;
     _logs = new Logs();
 }
コード例 #11
0
ファイル: Format31.cs プロジェクト: ongeri/citieuc
 public Format31()
 {
     _repository = new Repository();
     _logs = new Logs();
 }
コード例 #12
0
ファイル: GroupRoleController.cs プロジェクト: ongeri/citieuc
 public GroupRoleController()
 {
     _repository = new Repository();
     _logs = new Logs();
 }
コード例 #13
0
ファイル: ContactsController.cs プロジェクト: ongeri/citieuc
 public ContactsController()
 {
     var store = new UserStore<ApplicationUser>(db);
     _userManager = new UserManager<ApplicationUser>(store);
     _logs = new Logs();
 }
コード例 #14
0
ファイル: UploadController.cs プロジェクト: ongeri/citieuc
 public UploadController()
 {
     _repository = new Repository();
     _uniqueId = new UniqueId();
     _logs = new Logs();
 }