Ejemplo n.º 1
0
 protected override IEnumerable <KeyboardButton[]> GetDatesKeyboardInternal(DateTime date)
 {
     return(KeyboardBuilder.BuildDateKeyboard(date, -7));
 }