コード例 #1
0
 public ReferencedLinkController(ITranslateableRepository <ReferencedLink, ReferencedLinkTranslation> db)
 {
     this.db = db;
 }
コード例 #2
0
 public EventsController(ITranslateableRepository <Event, EventTranslation> db)
 {
     this.db = db;
 }
コード例 #3
0
 public PortalController(ITranslateableRepository <Archive, ArchiveTranslation> db)
 {
     this.db = db;
 }
コード例 #4
0
 public AuthorsController(ITranslateableRepository <Author, AuthorTranslation> db)
 {
     this.db = db;
 }
コード例 #5
0
 public ShowcaseController(ITranslateableRepository <ShowcasePhoto, ShowcasePhotoTranslation> db)
 {
     this.db = db;
 }
コード例 #6
0
 public ShowcaseController(ITranslateableRepository<ShowcasePhoto, ShowcasePhotoTranslation> db)
 {
     this.db = db;
 }
コード例 #7
0
 public BannerPhotographController(ITranslateableRepository <Banner, BannerTranslation> db)
 {
     this.db = db;
 }
コード例 #8
0
 public ClassificationsController(ITranslateableRepository<Classification, ClassificationTranslation> db)
 {
     this.db = db;
 }
コード例 #9
0
 public NewsController(ITranslateableRepository <NewsItem, NewsItemTranslation> db)
 {
     this.db = db;
 }
コード例 #10
0
 public EventsController(ITranslateableRepository<Event, EventTranslation> db)
 {
     this.db = db;
 }
コード例 #11
0
 public ReferencedLinkController(ITranslateableRepository<ReferencedLink, ReferencedLinkTranslation> db)
 {
     this.db = db;
 }
コード例 #12
0
 public CollectionsController(ITranslateableRepository<Collection, CollectionTranslation> db)
 {
     this.db = db;
 }
コード例 #13
0
 public ImagesController(ITranslateableRepository <Image, ImageTranslation> db)
 {
     this.db = db;
 }
コード例 #14
0
 public DocumentsController(TranslateableRepository<Document, DocumentTranslation> db)
 {
     this.db = db;
 }
コード例 #15
0
 public AuthorsController(ITranslateableRepository<Author, AuthorTranslation> db)
 {
     this.db = db;
 }
コード例 #16
0
 public PortalController(ITranslateableRepository<Archive, ArchiveTranslation> db)
 {
     this.db = db;
 }
コード例 #17
0
 public KeywordsController(ITranslateableRepository <Keyword, KeywordTranslation> db)
 {
     this.db = db;
 }
コード例 #18
0
 public ClassificationsController(ITranslateableRepository <Classification, ClassificationTranslation> db)
 {
     this.db = db;
 }
コード例 #19
0
 public SpecimensController(ITranslateableRepository<Specimen, SpecimenTranslation> db)
 {
     this.db = db;
 }
コード例 #20
0
 public ProcessesController(ITranslateableRepository <Process, ProcessTranslation> db)
 {
     this.db = db;
 }
コード例 #21
0
 public ImagesController(ITranslateableRepository<Image, ImageTranslation> db)
 {
     this.db = db;
 }
コード例 #22
0
 public NewsController(ITranslateableRepository<NewsItem, NewsItemTranslation> db)
 {
     this.db = db;
 }
コード例 #23
0
 public DocumentsController(ITranslateableRepository <Document, DocumentTranslation> db)
 {
     this.db = db;
 }
コード例 #24
0
 public SpecimensController(ITranslateableRepository <Specimen, SpecimenTranslation> db)
 {
     this.db = db;
 }
コード例 #25
0
 public ProcessesController(ITranslateableRepository<Process, ProcessTranslation> db)
 {
     this.db = db;
 }
コード例 #26
0
 public KeywordsController(ITranslateableRepository<Keyword, KeywordTranslation> db)
 {
     this.db = db;
 }
コード例 #27
0
 public CollectionsController(ITranslateableRepository <Collection, CollectionTranslation> db)
 {
     this.db = db;
 }
コード例 #28
0
 public BannerPhotographController(ITranslateableRepository<Banner, BannerTranslation> db)
 {
     this.db = db;
 }