示例#1
0
 public ServiceService(DbInvoiceContext context)
 {
     _context = context;
 }
 public CustomerService(DbInvoiceContext context)
 {
     _context = context;
 }