Exemplo n.º 1
0
 public EditModel(Estimator.Data.EstimatorContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DeleteModel(Estimator.Data.EstimatorContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public IndexModel(Estimator.Data.EstimatorContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CustomerRequestPageModel(Estimator.Data.EstimatorContext context, IWebHostEnvironment appEnvironment, IConfiguration configuration) : base(context, appEnvironment, configuration)
 {
 }
Exemplo n.º 5
0
 public CreateModel(Estimator.Data.EstimatorContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public EditModel(Estimator.Data.EstimatorContext context, IWebHostEnvironment appEnvironment, IConfiguration configuration) : base(context, appEnvironment, configuration)
 {
 }
Exemplo n.º 7
0
 public DetailsModel(Estimator.Data.EstimatorContext context)
 {
     _context = context;
 }