示例#1
0
 public int GetQuantity(string code)
 {
     using (DaStock da = new DaStock())
     {
         return(da.GetQuantity(code));
     }
 }