Exemplo n.º 1
0
 public async Task <IQueryable <IMEIToCallsign> > GetIMEI()
 {
     return((await _imeiService.GetAllAsync()).AsQueryable());
 }