예제 #1
0
 public string GetWords(int id)
 {
     using (DaStock da = new DaStock())
     {
         return(da.GetWords(id));
     }
 }