public ServerRegistrationMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 2
0
 public ConsentMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 3
0
 protected BaseMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
 {
     _sqlContext = sqlContext;
     _maps       = maps;
 }
 public SimpleContentTypeMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 5
0
 public AuditItemMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 6
0
 public PropertyGroupMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 7
0
 public DataTypeMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 8
0
 public LogViewerQueryMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
 public ExternalLoginTokenMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 10
0
 public TemplateMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 11
0
 public DictionaryMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 12
0
 public KeyValueMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 13
0
 public UmbracoEntityMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }
Ejemplo n.º 14
0
 public LanguageMapper(Lazy <ISqlContext> sqlContext, MapperConfigurationStore maps)
     : base(sqlContext, maps)
 {
 }