Ejemplo n.º 1
0
 public List <Order> GetByCustomerId(int id)
 {
     return(Context.GetByCustomerId(id));
 }