public NccSettings Get(long entityId) { return(_entityRepository.Get(entityId)); }
public NccSettings Get(long entityId, bool isAsNoTracking = false) { return(_entityRepository.Get(entityId)); }