public DetailModel(DataTables.Data.InvoiceContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public EditModel(DataTables.Data.InvoiceContext context)
 {
     _context = context;
 }