Exemplo n.º 1
0
 static GoogleSheetsConnector()
 {
     configuration    = CofigurationContext.Current();
     clientSecretPath =
         Environment.GetEnvironmentVariable(configuration.GoogleSheetSecretVar);
 }
Exemplo n.º 2
0
 public PersonRepository(IMapper <IList <object>, Person> personMapper)
 {
     sheetsService     = GoogleSheetsConnector.GetService();
     configuration     = CofigurationContext.Current();
     this.personMapper = personMapper;
 }