コード例 #1
0
 public void CreatePlane(PlaneDTO item)
 {
     planeRepo.Create(Mapper.Map <PlaneDTO, Plane>(item));
 }