コード例 #1
0
 public StreetViewModel GetById(int id)
 {
     return(Mapper.Map <Street, StreetViewModel>(_streetRepository.FindById(id)));
 }