Exemplo n.º 1
0
 public List <DataItemDetailEntity> GetDataItems(string category)
 {
     return(service.GetDataItems(category));
 }