CodeGarten.Data.Access.ServiceTypeManager.GetAll C# (CSharp) Method

GetAll() public method

public GetAll ( ) : IQueryable
return IQueryable
        public IQueryable<ServiceType> GetAll()
        {
            return _dbManager.DbContext.Services;
        }