Ejemplo n.º 1
0
 public void DeleteAuto(AutoDto auto)
 {
     WriteActualMethod();
     BusinessComponent.DeleteAuto(auto.ConvertToEntity());
 }