public UnitOfWork(PluetoContext context)
 {
     this.context = context;
     Customer     = new CustomerRepository(context);
 }
Esempio n. 2
0
 public CustomerRepository(PluetoContext context) : base(context)
 {
 }