Ejemplo n.º 1
0
 public static IWrappedCommand CreateProcedureSimple(this ICommandCreator creator, string name, params DbParameter[] parameters)
 {
     return(creator.CreateProcedureSimple(null, name, parameters));
 }