Exemplo n.º 1
0
 public vmInstructor()
 {
     Person              = new vmPerson();
     Department          = new vmDepartment();
     Departments         = new List <Department>();
     Textbook            = new vmTextbook();
     Textbooks           = new List <Textbook>();
     InstructorTextbooks = new List <vmTextbook>();
 }
Exemplo n.º 2
0
 public vmInstructor()
 {
     Person = new vmPerson();
     Department = new vmDepartment();
     Departments = new List<Department>();
     Textbook = new vmTextbook();
     Textbooks = new List<Textbook>();
     InstructorTextbooks = new List<vmTextbook>();
 }
Exemplo n.º 3
0
 public vmStudent()
 {
     Person = new vmPerson();
 }
Exemplo n.º 4
0
 public vmAuthor()
 {
     Person = new vmPerson();
 }
Exemplo n.º 5
0
 public vmStudent()
 {
     Person = new vmPerson();
 }
Exemplo n.º 6
0
 public vmAuthor()
 {
     Person = new vmPerson();
 }