public DeleteModel(LabReport.Server.Models.LabReportServerContext context)
 {
     _context = context;
 }
Exemple #2
0
 public EditModel(LabReport.Server.Models.LabReportServerContext context)
 {
     _context = context;
 }