Ejemplo n.º 1
0
        public void ChangeEmployee()
        {
            BasicService bser = new BasicService();

            bser.ChangeEmployee();
        }
Ejemplo n.º 2
0
        public int GetMaxNO()
        {
            BasicService bser = new BasicService();

            return(bser.GetMaxNO());
        }