Esempio n. 1
0
 public UnitOfWork()
 {
     Context = new CateringContext();
 }
Esempio n. 2
0
 public UnitOfWork(CateringContext context)
 {
     Context = context;
 }