Beispiel #1
0
 static int length()
 {
     using (var db = new SpartaModel())
     {
         if (db.Roles.Count() % 10 == 0)
         {
             return(db.Roles.Count() / 10);
         }
         return(db.Roles.Count() / 10 + 1);
     }
 }
 public SpecialisationsModel(SpartaModel InjectedContext)
 {
     db = InjectedContext;
 }