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