Exemplo n.º 1
0
 public DataItemDetailEntity GetDetail(string category, string itemname)
 {
     return(service.GetDetail(category, itemname));
 }