public HizmetService(IHizmetDAL iHizmetDAL) { this.hizmetDAL = iHizmetDAL; }
public HizmetService(IHizmetDAL repo) { _hizmetRepo = repo; }