Exemplo n.º 1
0
        public IEnumerable <DepartmentMaster1> Details()
        {
            DepartmentDataAccessLayer objdep = new DepartmentDataAccessLayer();

            return(objdep.GetAllDepartment());
        }