public ApplicationSettingsDbRepository(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Common.IApplicationSettingsDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Common.ApplicationSettings, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 2
0
 protected DistillationScopeDbRepositoryBase(IDbContext dbContext, Havit.Distiller.DataLayer.DataSources.IDistillationScopeDataSource dataSource, IEntityKeyAccessor <Havit.Distiller.Model.DistillationScope, int> entityKeyAccessor, IDataLoader dataLoader, IDataLoaderAsync dataLoaderAsync, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, dataLoaderAsync, softDeleteManager, entityCacheManager)
 {
 }
 public FakeRoleDataSource(IEnumerable <Havit.NewProjectTemplate.Model.Security.Role> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
 public FakeLoginAccountDataSource(IEnumerable <Havit.Distiller.Model.Security.LoginAccount> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
 public AttridaCommentDbRepository(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Attrida.IAttridaCommentDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Attrida.AttridaComment, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
 protected LoginAccountDbRepositoryBase(IDbContext dbContext, Havit.Distiller.DataLayer.DataSources.Security.ILoginAccountDataSource dataSource, IEntityKeyAccessor <Havit.Distiller.Model.Security.LoginAccount, int> entityKeyAccessor, IDataLoader dataLoader, IDataLoaderAsync dataLoaderAsync, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, dataLoaderAsync, softDeleteManager, entityCacheManager)
 {
 }
 public ApplicationSettingsDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
Exemplo n.º 8
0
 public FakeLanguageDataSource(IEnumerable <Havit.Distiller.Model.Localizations.Language> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
Exemplo n.º 9
0
 public LoginAccountDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
 protected DateInfoDbRepositoryBase(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Common.IDateInfoDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Common.DateInfo, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 11
0
 public CountryLocalizationDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
Exemplo n.º 12
0
 public FakeApplicationSettingsDataSource(IEnumerable <Havit.Distiller.Model.Common.ApplicationSettings> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
Exemplo n.º 13
0
 public PrihlaskaDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
Exemplo n.º 14
0
 public LanguageDbRepository(IDbContext dbContext, Havit.Distiller.DataLayer.DataSources.Localizations.ILanguageDataSource dataSource, IEntityKeyAccessor <Havit.Distiller.Model.Localizations.Language, int> entityKeyAccessor, IDataLoader dataLoader, IDataLoaderAsync dataLoaderAsync, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, dataLoaderAsync, softDeleteManager, entityCacheManager)
 {
 }
 protected LanguageDbRepositoryBase(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Localizations.ILanguageDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Localizations.Language, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 16
0
 public FakePrihlaskaDataSource(IEnumerable <KandaEu.Volejbal.Model.Prihlaska> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
Exemplo n.º 17
0
 public CountryDbRepository(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Crm.ICountryDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Crm.Country, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 18
0
 public FakeDateInfoDataSource(IEnumerable <Havit.NewProjectTemplate.Model.Common.DateInfo> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
Exemplo n.º 19
0
 protected ApplicationSettingsDbRepositoryBase(IDbContext dbContext, Havit.Distiller.DataLayer.DataSources.Common.IApplicationSettingsDataSource dataSource, IEntityKeyAccessor <Havit.Distiller.Model.Common.ApplicationSettings, int> entityKeyAccessor, IDataLoader dataLoader, IDataLoaderAsync dataLoaderAsync, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, dataLoaderAsync, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 20
0
 public AttridaDocumentDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
Exemplo n.º 21
0
 public UserDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
Exemplo n.º 22
0
 protected RoleDbRepositoryBase(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Security.IRoleDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Security.Role, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 23
0
 public FakeCountryDataSource(IEnumerable <Havit.NewProjectTemplate.Model.Crm.Country> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
 public FakeAttridaCommentDataSource(IEnumerable <Havit.NewProjectTemplate.Model.Attrida.AttridaComment> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
 public DistillationResponseSetDbRepository(IDbContext dbContext, Havit.Distiller.DataLayer.DataSources.IDistillationResponseSetDataSource dataSource, IEntityKeyAccessor <Havit.Distiller.Model.DistillationResponseSet, int> entityKeyAccessor, IDataLoader dataLoader, IDataLoaderAsync dataLoaderAsync, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, dataLoaderAsync, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 26
0
 public DistillationItemDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }
Exemplo n.º 27
0
 public OsobaDbRepository(IDbContext dbContext, KandaEu.Volejbal.DataLayer.DataSources.IOsobaDataSource dataSource, IEntityKeyAccessor <KandaEu.Volejbal.Model.Osoba, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Exemplo n.º 28
0
 protected TerminDbRepositoryBase(IDbContext dbContext, KandaEu.Volejbal.DataLayer.DataSources.ITerminDataSource dataSource, IEntityKeyAccessor <KandaEu.Volejbal.Model.Termin, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
 public FakeDistillationResponseItemDataSource(IEnumerable <Havit.Distiller.Model.DistillationResponseItem> data, ISoftDeleteManager softDeleteManager = null)
     : base(data, softDeleteManager)
 {
 }
Exemplo n.º 30
0
 public DistillationResponseSetDbDataSource(IDbContext dbContext, ISoftDeleteManager softDeleteManager)
     : base(dbContext, softDeleteManager)
 {
 }