예제 #1
0
 public Company SelectCompanyByTicker(string ticker)
 {
     return(companyAccess.SelectCompanyByTicker(ticker));
 }