Exemplo n.º 1
0
 public Proxy(IInterventionProxy <TContext, TEntity> proxy = null)
 {
     Intervener = proxy;
 }
Exemplo n.º 2
0
 public ClientsProxy(IInterventionProxy <ICompanyContext, EF.Example.Customer> proxy = null) : base(proxy)
 {
 }
Exemplo n.º 3
0
 public OrdersProxy(IInterventionProxy <ICompanyContext, EF.Example.Order> proxy = null) : base(proxy)
 {
 }
Exemplo n.º 4
0
 public ProductsProxy(IInterventionProxy <ICompanyContext, EF.Example.Product> proxy = null) : base(proxy)
 {
 }