Esempio n. 1
0
 public AlbumsAndPhotosService(
     IAlbumsService albumsService,
     IPhotosService photosService,
     IAlbumsAndPhotosHelper albumsAndPhotosHelper)
 {
     _albumsService         = albumsService;
     _photosService         = photosService;
     _albumsAndPhotosHelper = albumsAndPhotosHelper;
 }
Esempio n. 2
0
 public void SetUp()
 {
     _albumsAndPhotosHelper = new AlbumsAndPhotosHelper();
 }