Esempio n. 1
0
 public ProductRepository(IRepositoryContext context)
     : base(context)
 {
     con = this.Context as MongoDBRepositoryContext;
 }