コード例 #1
0
        public async Task <string> ReIndex()
        {
            var users = await uow.GetRepository <User>().GetAllAsync();

            var res = await ESRepository.ReIndex(users);

            return(res);
        }