Example #1
0
 public int InsertAuto(AutoDto auto)
 {
     WriteActualMethod();
     return(BusinessComponent.InsertAuto(auto.ConvertToEntity()));
 }