public async Task <bool> CheckExist(Dictionary <string, dynamic> para) { return(await _language.CheckExist(para)); }