public string GetId() { var ty = _repository.GetId(); return("CacheId:" + ty); }
public IActionResult Get() { var re = _repository.GetId(); return(Ok(re)); }