CodeGarten.Data.Access.ServiceTypeManager.GetAll C# (CSharp) Méthode

GetAll() public méthode

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