Example #1
0
 public Image()
 {
     _repository = GlobalConfiguration.Configuration.DependencyResolver.GetService(typeof(ITimelinePhotoRepository)) as ITimelinePhotoRepository;
 }
Example #2
0
 public ApiController(ITimelinePhotoRepository repository)
 {
     _repository = repository;
 }