コード例 #1
0
 public void Inserir(AirplaneViewModel registro)
 {
     _repository.Inserir(Mapper.Map <AirplaneViewModel, Airplane>(registro));
 }