public LocationMasterService(ILocationMasterRepositry locationMasterRepositry, IUnitOfWork unitOfWork, IMapper _iMapper)
 {
     this.locationMasterRepositry = locationMasterRepositry;
     this.unitOfWork = unitOfWork;
     this._iMapper   = _iMapper;
 }
 public LocationMasterService(ILocationMasterRepositry locationMasterRepositry, IUnitOfWork unitOfWork)
 {
     this.locationMasterRepositry = locationMasterRepositry;
     this.unitOfWork = unitOfWork;
 }