コード例 #1
0
 public Equipment GetEquipmentByID(int id)
 {
     return(Repository.GetEquipmentByID(id));
 }