Ejemplo n.º 1
0
 public BaseJSONRepository(IJsonRepositoryContext repositoryContext)
 {
     context = repositoryContext;
 }
Ejemplo n.º 2
0
 public CustomerJSONRepository(IJsonRepositoryContext context) : base(context)
 {
 }