Exemplo n.º 1
0
 public void Init()
 {
     this.albums = ObjectsFactory.GetAlbumRepository();
     this.photos = ObjectsFactory.GetPhotoRepository();
 }
Exemplo n.º 2
0
 public void Init()
 {
     this.albums = ObjectsFactory.GetAlbumRepository();
     this.users  = ObjectsFactory.GetUserRepository();
     this.photos = ObjectsFactory.GetEmptyPhotoRepository();
 }