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