示例#1
0
 public void DeleteAuto(AutoDto auto)
 {
     WriteActualMethod();
     BusinessComponent.DeleteAuto(auto.ConvertToEntity());
 }