예제 #1
0
 public CreateModel(PDC.Web.Models.PDCContext context)
 {
     _context = context;
 }
예제 #2
0
 public IndexModel(PDC.Web.Models.PDCContext context)
 {
     _context = context;
 }
예제 #3
0
 public DeleteModel(PDC.Web.Models.PDCContext context)
 {
     _context = context;
 }
예제 #4
0
 public LoginModel(PDC.Web.Models.PDCContext context, SignInManager <ApplicationUser> signInManager, ILogger <LoginModel> logger)
 {
     _signInManager = signInManager;
     _logger        = logger;
     _context       = context;
 }
예제 #5
0
 public EditModel(PDC.Web.Models.PDCContext context)
 {
     _context = context;
 }
예제 #6
0
 public DetailsModel(PDC.Web.Models.PDCContext context)
 {
     _context = context;
 }
예제 #7
0
 public SummaryModel(PDC.Web.Models.PDCContext context)
 {
     _context = context;
 }