Beispiel #1
0
 public void Init()
 {
     this.albums = ObjectsFactory.GetAlbumRepository();
     this.photos = ObjectsFactory.GetPhotoRepository();
 }
 public void Init()
 {
     this.albums = ObjectsFactory.GetAlbumRepository();
     this.users  = ObjectsFactory.GetUserRepository();
     this.photos = ObjectsFactory.GetEmptyPhotoRepository();
 }