Example #1
0
 public Task TestOnlyClearTable()
 {
     return(session.ExecuteAsync(queries.DeleteReminderRows()));
 }