Exemplo n.º 1
0
 public Company SelectCompanyByTicker(string ticker)
 {
     return(companyAccess.SelectCompanyByTicker(ticker));
 }