Example #1
0
 public CountryByIsoCodeLookupService(
     IEntityLookupDataStorage lookupStorage,
     IRepository <Country> repository,
     IDataSource <Country> dataSource,
     IEntityKeyAccessor entityKeyAccessor,
     ISoftDeleteManager softDeleteManager) : base(lookupStorage, repository, dataSource, entityKeyAccessor, softDeleteManager)
 {
 }
 public AttridaObjectDbRepository(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Attrida.IAttridaObjectDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Attrida.AttridaObject, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
 public UserDbRepository(IDbContext dbContext, Havit.NewProjectTemplate.DataLayer.DataSources.Security.IUserDataSource dataSource, IEntityKeyAccessor <Havit.NewProjectTemplate.Model.Security.User, int> entityKeyAccessor, IDataLoader dataLoader, ISoftDeleteManager softDeleteManager, IEntityCacheManager entityCacheManager)
     : base(dbContext, dataSource, entityKeyAccessor, dataLoader, softDeleteManager, entityCacheManager)
 {
 }
Example #4
0
 protected OsobaDbRepositoryBase(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)
 {
 }
Example #5
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 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)
 {
 }
Example #7
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)
 {
 }
 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)
 {
 }
Example #9
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)
 {
 }
 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)
 {
 }
 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)
 {
 }
 public TerminDbRepository(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 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)
 {
 }
 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)
 {
 }