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