Exemplo n.º 1
0
        public List <severity> severityGetAll()
        {
            severityImpl oseverityImpl = new severityImpl();

            return(oseverityImpl.severityGetAll());
        }
Exemplo n.º 2
0
        public severity severityGetById(int SeverityId)
        {
            severityImpl oseverityImpl = new severityImpl();

            return(oseverityImpl.severityGetById(SeverityId));
        }
Exemplo n.º 3
0
        public bool severityUpdate(severity severity)
        {
            severityImpl oseverityImpl = new severityImpl();

            return(oseverityImpl.severityUpdate(severity));
        }
Exemplo n.º 4
0
        public bool severityDelete(int SeverityId)
        {
            severityImpl oseverityImpl = new severityImpl();

            return(oseverityImpl.severityDelete(SeverityId));
        }
Exemplo n.º 5
0
        public int severityAdd(severity severity)
        {
            severityImpl oseverityImpl = new severityImpl();

            return(oseverityImpl.severityAdd(severity));
        }