Exemplo n.º 1
0
        static void addClass()
        {
            ClassEntity classEntity = new ClassEntity
            {
                id        = 222,
                name      = "SinoFranComput182",
                teacherId = 111
            };
            IClassFunctions icf = new ClassFunctions();

            icf.AddClass(classEntity);
        }