コード例 #1
0
 public ProfileRepository()
 {
     localDataSource = new ProfileLocalDataSource();
 }
コード例 #2
0
ファイル: ProfileService.cs プロジェクト: hmeydac/Feedby
 public ProfileService(IProfileDataSource dataSource)
 {
     this.dataSource = dataSource;
 }