Ejemplo n.º 1
0
 public DetailsModel(_2020_backend.Data.BackendContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public IndexModel(_2020_backend.Data.BackendContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public PendingModel(BackendContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 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;
 }
Ejemplo n.º 7
0
 public FailModel(BackendContext context)
 {
     _context = context;
 }
Ejemplo n.º 8
0
 public CreateModel(IConfiguration configuration, _2020_backend.Data.BackendContext context)
 {
     _configuration = configuration;
     _context       = context;
 }
Ejemplo n.º 9
0
 public PassModel(BackendContext context)
 {
     _context = context;
 }