Esempio n. 1
0
 public Repository(InvoiceContext context)
 {
     this.context = context;
     entities     = context.Set <T>();
 }