private DataSourceBackend()
 {
     // Avatar must be before Student, because Student needs the default avatarID
     AvatarBackend                  = AvatarBackend.Instance;
     StudentBackend                 = StudentBackend.Instance;
     ShopInventoryBackend           = ShopInventoryBackend.Instance;
     SchoolCalendarBackend          = SchoolCalendarBackend.Instance;
     SchoolDismissalSettingsBackend = SchoolDismissalSettingsBackend.Instance;
 }
Beispiel #2
0
 private DataSourceBackend()
 {
     // Avatar must be before Student, because Student needs the default avatarID
     AvatarBackend  = AvatarBackend.Instance;
     StudentBackend = StudentBackend.Instance;
 }