예제 #1
0
 public IEnumerable <Stock> Get()
 {
     //return new string[] { "value1", "value2" };
     return(_repository.FindAll());
 }