Ejemplo n.º 1
0
 public void CreateSchemaIfNotExists <T>(int?commandTimeout = null) where T : class
 {
     _dapper.CreateSchemaIfNotExists <T>(Connection, commandTimeout);
 }