public async Task <JsonResponse> DelUser(List <string> Ids) { return(await _userDomain.DelUser(Ids)); }