public ReferencedLinkController(ITranslateableRepository <ReferencedLink, ReferencedLinkTranslation> db)
 {
     this.db = db;
 }
 public EventsController(ITranslateableRepository <Event, EventTranslation> db)
 {
     this.db = db;
 }
 public PortalController(ITranslateableRepository <Archive, ArchiveTranslation> db)
 {
     this.db = db;
 }
Ejemplo n.º 4
0
 public AuthorsController(ITranslateableRepository <Author, AuthorTranslation> db)
 {
     this.db = db;
 }
 public ShowcaseController(ITranslateableRepository <ShowcasePhoto, ShowcasePhotoTranslation> db)
 {
     this.db = db;
 }
 public ShowcaseController(ITranslateableRepository<ShowcasePhoto, ShowcasePhotoTranslation> db)
 {
     this.db = db;
 }
 public BannerPhotographController(ITranslateableRepository <Banner, BannerTranslation> db)
 {
     this.db = db;
 }
 public ClassificationsController(ITranslateableRepository<Classification, ClassificationTranslation> db)
 {
     this.db = db;
 }
 public NewsController(ITranslateableRepository <NewsItem, NewsItemTranslation> db)
 {
     this.db = db;
 }
 public EventsController(ITranslateableRepository<Event, EventTranslation> db)
 {
     this.db = db;
 }
 public ReferencedLinkController(ITranslateableRepository<ReferencedLink, ReferencedLinkTranslation> db)
 {
     this.db = db;
 }
 public CollectionsController(ITranslateableRepository<Collection, CollectionTranslation> db)
 {
     this.db = db;
 }
 public ImagesController(ITranslateableRepository <Image, ImageTranslation> db)
 {
     this.db = db;
 }
 public DocumentsController(TranslateableRepository<Document, DocumentTranslation> db)
 {
     this.db = db;
 }
 public AuthorsController(ITranslateableRepository<Author, AuthorTranslation> db)
 {
     this.db = db;
 }
 public PortalController(ITranslateableRepository<Archive, ArchiveTranslation> db)
 {
     this.db = db;
 }
Ejemplo n.º 17
0
 public KeywordsController(ITranslateableRepository <Keyword, KeywordTranslation> db)
 {
     this.db = db;
 }
Ejemplo n.º 18
0
 public ClassificationsController(ITranslateableRepository <Classification, ClassificationTranslation> db)
 {
     this.db = db;
 }
 public SpecimensController(ITranslateableRepository<Specimen, SpecimenTranslation> db)
 {
     this.db = db;
 }
Ejemplo n.º 20
0
 public ProcessesController(ITranslateableRepository <Process, ProcessTranslation> db)
 {
     this.db = db;
 }
 public ImagesController(ITranslateableRepository<Image, ImageTranslation> db)
 {
     this.db = db;
 }
 public NewsController(ITranslateableRepository<NewsItem, NewsItemTranslation> db)
 {
     this.db = db;
 }
Ejemplo n.º 23
0
 public DocumentsController(ITranslateableRepository <Document, DocumentTranslation> db)
 {
     this.db = db;
 }
 public SpecimensController(ITranslateableRepository <Specimen, SpecimenTranslation> db)
 {
     this.db = db;
 }
 public ProcessesController(ITranslateableRepository<Process, ProcessTranslation> db)
 {
     this.db = db;
 }
 public KeywordsController(ITranslateableRepository<Keyword, KeywordTranslation> db)
 {
     this.db = db;
 }
 public CollectionsController(ITranslateableRepository <Collection, CollectionTranslation> db)
 {
     this.db = db;
 }
 public BannerPhotographController(ITranslateableRepository<Banner, BannerTranslation> db)
 {
     this.db = db;
 }