示例#1
0
 public List <Order> GetOrders()
 {
     return(_repo.GetOrders());
 }