Example #1
0
 public IQueryable <API> GetAPIs()
 {
     return(apiRepo.GetAll());
 }