コード例 #1
0
 public PodService(ISepesDb database, IAzureService azure)
 {
     _database = database;
     _azure    = azure;
 }
コード例 #2
0
ファイル: StudyController.cs プロジェクト: lulzzz/sepes
 public StudyController(ISepesDb dbService)
 {
     _sepesDb = dbService;
 }