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