예제 #1
0
 public StartTestController(IOsn osn, ISpecial spec, IDisciples disc, ISpecializations sp)
 {
     this.osn  = osn;
     this.spec = spec;
     this.disc = disc;
     this.sp   = sp;
 }
예제 #2
0
        public void AddNapr(ISpecializations spec)
        {
            var specializ = spec.spec.Select(k => k.name);

            foreach (string s in specializ)
            {
                correctnapr.Add(new CofNapr {
                    NameOfSpec = s, Coof = 0
                });
            }
        }
예제 #3
0
        public void AddSummary(ISpecializations spec)
        {
            var p = spec.spec.Select(l => l.name);

            foreach (var m in p)
            {
                line.Add(new SummaryClass {
                    NameOfSpec = m, Sum = 35, Normerovka = 0
                });
            }
        }