Ejemplo n.º 1
0
 public List <string> GetItemsById(int id)
 {
     return(model.GetItemsById(id));
 }