コード例 #1
0
 public List <DataItemDetailEntity> ListByCode(string data)
 {
     return(service.ListByItemCode(data));
 }