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