Esempio n. 1
0
 public SehirController(RepSehir repSehir, IMapper mapper)
 {
     _repSehir = repSehir;
     _mapper   = mapper;
 }
 public SehirController(RepSehir repsehir, IMapper map)
 {
     _repsehir = repsehir;
     _map      = map;
 }