Example #1
0
 public void Drop <T>(int?commandTimeout = null) where T : class
 {
     _dapper.Drop <T>(Connection, commandTimeout);
 }