예제 #1
0
 public string GetAllStock(string P_DATE)
 {
     return(Stocks.GetAllStock(P_DATE));
 }