コード例 #1
0
 public CollectionsController(TranslateableRepository <Collection, CollectionTranslation> db)
 {
     this.db = db;
 }
コード例 #2
0
 public DocumentsController(TranslateableRepository<Document, DocumentTranslation> db)
 {
     this.db = db;
 }
コード例 #3
0
 public DocumentsController(TranslateableRepository <Document, DocumentTranslation> db)
 {
     this.db = db;
 }
コード例 #4
0
 public CollectionsController(TranslateableRepository<Collection, CollectionTranslation> db)
 {
     this.db = db;
 }