示例#1
0
 public List <Item> RetrieveByEnvio(int id)
 {
     return(crudItem.RetrieveByEnvio <Item>(id));
 }