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

Get() public method

public Get ( string service ) : ServiceType
service string
return CodeGarten.Data.Model.ServiceType
        public ServiceType Get(string service)
        {
            return _dbManager.DbContext.Services.Find(service);
        }