Пример #1
0
 /// <summary>
 /// Initializes a new instance of the SearchViewRepository class.
 /// </summary>
 /// <param name="earthOnlineDbContext">Instance of Layerscape db context</param>
 public SearchViewRepository(EarthOnlineEntities earthOnlineDbContext)
     : base(earthOnlineDbContext)
 {
 }
 /// <summary>
 /// Initializes a new instance of the CommunityTagsRepository class.
 /// </summary>
 /// <param name="earthOnlineDbContext">
 /// Instance of Layerscape db context.
 /// </param>
 public CommunityTagsRepository(EarthOnlineEntities earthOnlineDbContext)
     : base(earthOnlineDbContext)
 {
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the UserRepository class.
 /// </summary>
 /// <param name="earthOnlineDbContext">Instance of Layerscape db context</param>
 public UserRepository(EarthOnlineEntities earthOnlineDbContext)
     : base(earthOnlineDbContext)
 {
 }