Esempio n. 1
0
 public InvoiceEntities Init()
 {
     return(dbContext ?? (dbContext = new InvoiceEntities()));
 }