コード例 #1
0
 public Task <List <Employee> > GetEmployees(List <long> offerKeys)
 {
     return(_elasticRepository.GetDocuments(offerKeys));
 }