Example #1
0
        public void UpdateWorkTypes(WorkTypeDS ds)
        {
            WorkTypeDALC dalc = new WorkTypeDALC();

            dalc.Update(ds);
        }
Example #2
0
        public WorkTypeDS GetWorkTypes()
        {
            WorkTypeDALC dalc = new WorkTypeDALC();

            return(dalc.GetAllWorkTypes());
        }