Esempio n. 1
0
 public TeacherService(TOPContext topContext)
 {
     _topContext = topContext;
 }
Esempio n. 2
0
 public AddressService(TOPContext topContext)
 {
     _topContext = topContext;
 }
Esempio n. 3
0
 public TOPService(TOPContext topContext)
 {
     _topContext = topContext;
 }
Esempio n. 4
0
 readonly List <Account> _accounts = new List <Account>();//Azure testing
 public AuthService(TOPContext topContext, IOptions <AppSettings> appSettings)
 {
     _topContext  = topContext;
     _appSettings = appSettings.Value;
     AddAzureAccounts();
 }
Esempio n. 5
0
 public VocationalQualificationUnitService(TOPContext topContext)
 {
     _topContext = topContext;
 }
Esempio n. 6
0
 public CompanyService(TOPContext topContext)
 {
     _topContext = topContext;
 }