示例#1
0
 public PhotoStore(PhotoRepo photoRepo, LocalFileFolders fileFolder, LocationService locationService)
 {
     _fileFolder      = fileFolder;
     _locationService = locationService;
     _photoRepo       = photoRepo;
 }