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