コード例 #1
0
 public AssignDeputyController(SSISTeam5Context context, UserManager <ADTeam5User> userManager, IEmailSender emailSender)
 {
     this.context = context;
     _userManager = userManager;
     userCheck    = new GeneralLogic(context);
     _emailSender = emailSender;
 }
コード例 #2
0
 public IssueVoucherController(SSISTeam5Context context, UserManager <ADTeam5User> userManager, IEmailSender emailSender)
 {
     _context     = context;
     _userManager = userManager;
     userCheck    = new GeneralLogic(context);
     _emailSender = emailSender;
 }
コード例 #3
0
 public recorddetailController(SSISTeam5Context context)
 {
     _context = context;
 }
コード例 #4
0
 public retrieveController(SSISTeam5Context context)
 {
     _context = context;
 }
コード例 #5
0
 public InventoryTransRecordsController(SSISTeam5Context context, UserManager <ADTeam5User> userManager)
 {
     _context     = context;
     _userManager = userManager;
     userCheck    = new GeneralLogic(context);
 }
コード例 #6
0
 public UsersController(SSISTeam5Context context)
 {
     _context = context;
 }
コード例 #7
0
 public DisbursementListsController(SSISTeam5Context context, UserManager <ADTeam5User> userManager)
 {
     _context     = context;
     _userManager = userManager;
     userCheck    = new GeneralLogic(context);
 }
コード例 #8
0
 public RecordDetailsController(SSISTeam5Context context)
 {
     _context = context;
 }
コード例 #9
0
 public StationeryRetrievalListController(SSISTeam5Context context)
 {
     _context = context;
 }
コード例 #10
0
ファイル: orderController.cs プロジェクト: SophiaF630/ADTeam5
 public orderController(SSISTeam5Context context)
 {
     _context = context;
 }