示例#1
0
 public List <Order> GetByCustomerId(int id)
 {
     return(Context.GetByCustomerId(id));
 }