public PartsInvRepository(AOAContext ctx)
 {
     context = ctx;
 }
Exemplo n.º 2
0
 public DataRepository(AOAContext ctx)
 {
     context = ctx;
 }