yks944 / CSharpNuGetProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rainbow School NuGet Project

This project contains five .cs files

  1. Program.cs is a driver class which is used to call RainbowSchool static method Do()
  2. RainbowSchool.cs is task performing class like adding students,teachers,subjects and fetching students,teachers,subjects list
  3. Student.cs is used to define structure with name as Student and static class as StudentDo
  4. Teacher.cs is used to define structure with name as Teacher and static class as TeacherDo
  5. Subject.cs is used to define structure with name as Subject and static class as SubjectDo

About


Languages

Language:C# 100.0%