Exemple #1
0
 public AutoDto GetAutoById(int id)
 {
     WriteActualMethod();
     return(BusinessComponent.GetAutoById(id).ConvertToDto());
 }