Ejemplo n.º 1
0
 public async Task <IEnumerable <WellPosition> > GetLookupAsync(WellLookupRequestArgs request)
 {
     return(await wellRepository.GetLookupAsync(request));
 }