Esempio n. 1
0
 public Repository(VaucherSystemDbContext context)
 {
     this.context = context;
 }
 public UnitOfWork()
 {
     this.context = new VaucherSystemDbContext();
 }