Exemplo n.º 1
0
 public async Task <List <KeyValueModel> > GetByKeys(params string[] keys)
 {
     return(_mapper.Map <List <KeyValueModel> >(await _keyValueService.GetByKeys(keys)));
 }