コード例 #1
0
 public IEnumerable <Quote> GetQuotes()
 {
     return(_context.GetAll());
 }