예제 #1
0
 public UnitOfWork()
 {
     Context = new CateringContext();
 }
예제 #2
0
 public UnitOfWork(CateringContext context)
 {
     Context = context;
 }