示例#1
0
 public async Task <IResponseOutput> Add(DictionaryAddInput input)
 {
     return(await _dictionaryServices.AddAsync(input));
 }