Ejemplo n.º 1
0
 /// <summary>
 /// Constructor of the class.
 /// </summary>
 /// <param name="superShoesContext">Context for database operations</param>
 public ArticleRepository(SuperShoesContext superShoesContext) : base(superShoesContext)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor of the class.
 /// </summary>
 /// <param name="superShoesContext">Context for the repository.</param>
 public StoreRepository(SuperShoesContext superShoesContext) : base(superShoesContext)
 {
 }