Exemplo n.º 1
0
 public CurrentUsersSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 2
0
 public RunLogSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 3
0
 public SinnerSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 4
0
 public ProjectTimeSpentSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 5
0
 public RawUserDataSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 6
0
 public AttendanceGridSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 7
0
 protected MonthlyHrReportSheet(GoogleSheetsSettings settings, string sheetPrefix) : base(settings)
 {
     _sheetPrefix = sheetPrefix;
 }
Exemplo n.º 8
0
 protected GoogleSheet(GoogleSheetsSettings settings)
 {
     Settings = settings;
     Client   = new GoogleSheetClient(Settings.GoogleSheetId);
 }
Exemplo n.º 9
0
 public FoodStampSheet(GoogleSheetsSettings settings, string sheetPrefix) : base(settings, sheetPrefix)
 {
 }
Exemplo n.º 10
0
 protected WritableGoogleSheet(GoogleSheetsSettings settings) : base(settings)
 {
 }
Exemplo n.º 11
0
 public SalaryDataSheet(GoogleSheetsSettings settings, string sheetPrefix) : base(settings, sheetPrefix)
 {
 }
Exemplo n.º 12
0
 public OvertimeSheet(GoogleSheetsSettings settings, string sheetPrefix) : base(settings, sheetPrefix)
 {
 }