Esempio n. 1
0
 public Student(string fullName, Sex sex, string group, double avgMark,
                double IncomePerFamMem, FamilyCategory FamilyCategory, StudyType StudyType)
 {
     this.FullName        = fullName;
     this.Sex             = sex;
     this.Group           = group;
     this.AvgMark         = avgMark;
     this.IncomePerFamMem = IncomePerFamMem;
     this.FamilyCategory  = FamilyCategory;
     this.StudyType       = StudyType;
 }
Esempio n. 2
0
 public void Category(FamilyCategory category)
 {
     throw new NotImplementedException();
 }