Exemplo n.º 1
0
 public TodoItemRepository(ProductAppLiteContext context)
 {
     db = context;
 }
Exemplo n.º 2
0
 public ProductRepository(ProductAppLiteContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 3
0
 public UserRepository(ProductAppLiteContext context)
 {
     db = context;
 }