Exemple #1
0
 public ProfileRepository()
 {
     localDataSource = new ProfileLocalDataSource();
 }
Exemple #2
0
 public ProfileService(IProfileDataSource dataSource)
 {
     this.dataSource = dataSource;
 }