Beispiel #1
0
 public ProductOptionRepository(INPocoDatabaseFactory databaseFactory) : base(databaseFactory)
 {
 }
 protected Repository(INPocoDatabaseFactory databaseFactory)
 {
     _databaseFactory = databaseFactory;
 }