示例#1
0
 public GoogleSource(IGooglePhotosApi googlePhotosApi)
 {
     m_GooglePhotosApi = googlePhotosApi;
 }
示例#2
0
 public AlbumSync(IGooglePhotosApi googlePhotosApi, ILogger <AlbumSync> logger)
 {
     m_GooglePhotosApi = googlePhotosApi;
     m_Logger          = logger;
 }