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