Пример #1
0
 public IQueryable <CustomerEntity> GetCustomerQuery()
 {
     return(mongoDbService.GetQueryable <CustomerEntity>());
 }