Example #1
0
 public DetailsModel(_2020_backend.Data.BackendContext context)
 {
     _context = context;
 }
Example #2
0
 public IndexModel(_2020_backend.Data.BackendContext context)
 {
     _context = context;
 }
Example #3
0
 public PendingModel(BackendContext context)
 {
     _context = context;
 }
 public EditModel(_2020_backend.Data.BackendContext context)
 {
     _context = context;
 }
 public CommentModel(_2020_backend.Data.BackendContext context)
 {
     Notes    = new List <string>();
     _context = context;
 }
 public CreateModel(_2020_backend.Data.BackendContext context)
 {
     _context = context;
 }
Example #7
0
 public FailModel(BackendContext context)
 {
     _context = context;
 }
Example #8
0
 public CreateModel(IConfiguration configuration, _2020_backend.Data.BackendContext context)
 {
     _configuration = configuration;
     _context       = context;
 }
Example #9
0
 public PassModel(BackendContext context)
 {
     _context = context;
 }