示例#1
0
        public Employee Load(int x)
        {
            IGenericCrystel <Employee> modu = new GenericCrystel <Employee>();

            return(modu.Load(x));
        }
示例#2
0
        public void Update(Employee emp)
        {
            IGenericCrystel <Employee> modu = new GenericCrystel <Employee>();

            modu.Update(emp);
        }
示例#3
0
        public void Delete(int x)
        {
            IGenericCrystel <Employee> modu = new GenericCrystel <Employee>();

            modu.Delete(x);
        }
示例#4
0
        public Job_Title Load(int x)
        {
            IGenericCrystel <Job_Title> modu = new GenericCrystel <Job_Title>();

            return(modu.Load(x));
        }
示例#5
0
        public void Insert(Employee emp)
        {
            IGenericCrystel <Employee> modu = new GenericCrystel <Employee>();

            modu.Insert(emp);
        }
示例#6
0
        public void Delete(int x)
        {
            IGenericCrystel <Department> modu = new GenericCrystel <Department>();

            modu.Delete(x);
        }
示例#7
0
        public void Update(Skills skills)
        {
            IGenericCrystel <Skills> modu = new GenericCrystel <Skills>();

            modu.Update(skills);
        }
示例#8
0
        public ProjectName Load(int x)
        {
            IGenericCrystel <ProjectName> modu = new GenericCrystel <ProjectName>();

            return(modu.Load(x));
        }
示例#9
0
        public void Insert(Job_Title job)
        {
            IGenericCrystel <Job_Title> modu = new GenericCrystel <Job_Title>();

            modu.Insert(job);
        }
示例#10
0
        public void Update(ProjectName project)
        {
            IGenericCrystel <ProjectName> modu = new GenericCrystel <ProjectName>();

            modu.Update(project);
        }
示例#11
0
        public void Delete(int x)
        {
            IGenericCrystel <ProjectName> modu = new GenericCrystel <ProjectName>();

            modu.Delete(x);
        }
示例#12
0
        public void Insert(ProjectName project)
        {
            IGenericCrystel <ProjectName> modu = new GenericCrystel <ProjectName>();

            modu.Insert(project);
        }
示例#13
0
        public Skills Load(int x)
        {
            IGenericCrystel <Skills> modu = new GenericCrystel <Skills>();

            return(modu.Load(x));
        }
示例#14
0
        public void Delete(int x)
        {
            IGenericCrystel <Skills> modu = new GenericCrystel <Skills>();

            modu.Delete(x);
        }
示例#15
0
        public void Insert(Department dept)
        {
            IGenericCrystel <Department> modu = new GenericCrystel <Department>();

            modu.Insert(dept);
        }
示例#16
0
        public void Update(Job_Title job)
        {
            IGenericCrystel <Job_Title> modu = new GenericCrystel <Job_Title>();

            modu.Update(job);
        }
示例#17
0
        public void Update(Department dept)
        {
            IGenericCrystel <Department> modu = new GenericCrystel <Department>();

            modu.Update(dept);
        }
示例#18
0
        public void Delete(int x)
        {
            IGenericCrystel <Job_Title> modu = new GenericCrystel <Job_Title>();

            modu.Delete(x);
        }
示例#19
0
        public Department Load(int x)
        {
            IGenericCrystel <Department> modu = new GenericCrystel <Department>();

            return(modu.Load(x));
        }
示例#20
0
        public void Insert(Skills skills)
        {
            IGenericCrystel <Skills> modu = new GenericCrystel <Skills>();

            modu.Insert(skills);
        }