コード例 #1
0
 public void CompleteObject(Department entity)
 {
     entity.Hospital = hospitalRepository.GetObject(entity.Hospital.Id);
 }