Example #1
0
 public AutoDto GetAuto(int id)
 {
     WriteActualMethod();
     return(DtoConverter.ConvertToDto(autoManager.Find(id)));
 }