예제 #1
0
 public LabSpecificnaController(BAZAContext db)
 {
     this.db = db;
 }
예제 #2
0
 public LabVezbaController(BAZAContext db)
 {
     this.db = db;
 }
 public RasporedController(BAZAContext db, IConfiguration configuration, EmailNotifier notifier)
 {
     this.db            = db;
     this.Configuration = configuration;
     this.notifier      = notifier;
 }
예제 #4
0
 public AccountController(BAZAContext db, IOptions <AppSettings> settings)
 {
     this.db       = db;
     this.settings = settings;
 }