CodeGarten.Data.Model.ServiceType.ServiceType C# (CSharp) Method

ServiceType() public method

public ServiceType ( ) : System.Collections.Generic
return System.Collections.Generic
        public ServiceType()
        {
            Permissions = new LinkedList<ServiceTypePermission>();
        }
ServiceType