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