public SoftStoreData(ISoftStoreContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public Repository(ISoftStoreContext context)
 {
     this.EntityTable = context.Set <T>();
 }