コード例 #1
0
 public ItemModel GetDatabyID(string id)
 {
     return(_itemServices.GetDatabyID(id));
 }