示例#1
0
 public int ExecuteSPReturn(string spName, List <SPParameter> args)
 {
     return(orMapper.ExecuteSPReturn(spName, args));
 }