示例#1
0
 public UploadController(IHostingEnvironment context, IFileService fileservices, DBINTEGRASI_MASTER_BAYUPPKU2Context db, UploadRepo repo)
 {
     _context     = context;
     _dir         = _context.ContentRootPath;
     _fileService = fileservices;
     _db          = db;
     _repo        = repo;
 }
示例#2
0
 public ReferensiController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, Combobox combobox, JabatanOrmawaRepo repo)
 {
     _context  = context;
     _combobox = combobox;
     _repo     = repo;
 }
 public DaftarPrestasiController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, DaftarPrestasiRepo repo, Combobox combobox)
 {
     _repo     = repo;
     _context  = context;
     _combobox = combobox;
 }
示例#4
0
 public AnggotaController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, Combobox combobox)
 {
     _context  = context;
     _combobox = combobox;
 }
示例#5
0
 public DaftarPublikasiController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, Combobox combobox)
 {
     _context  = context;
     _combobox = combobox;
 }
 public PengajuanProposalController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, Combobox combobox)
 {
     _context  = context;
     _combobox = combobox;
 }
示例#7
0
 public TesDoang(DBINTEGRASI_MASTER_BAYUPPKU2Context db)
 {
     _db = db;
 }
示例#8
0
 public KalenderController(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#9
0
 public DaftarPrestasiRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#10
0
 public Combobox(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#11
0
 public DaftarAnggotaController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, DaftarAnggotaRepo repo, Combobox combobox)
 {
     _repo     = repo;
     _combobox = combobox;
     _context  = context;
 }
示例#12
0
 public UploadRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#13
0
 public PublikasiRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#14
0
 public DaftarPublikasiController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, Combobox combobox, PublikasiRepo repo)
 {
     _context  = context;
     _combobox = combobox;
     _repo     = repo;
 }
示例#15
0
 public JabatanOrmawaRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#16
0
 public OrganisasiOrmawaRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
示例#17
0
 public AccountModel(DBINTEGRASI_MASTER_BAYUPPKU2Context db, ILdapServer ldap, IConfiguration config)
 {
     _db     = db;
     _ldap   = ldap;
     _config = config;
 }
示例#18
0
 public DefaultController(DBINTEGRASI_MASTER_BAYUPPKU2Context db, OrganisasiOrmawaRepo repo)
 {
     _db   = db;
     _repo = repo;
 }
示例#19
0
 public DaftarAnggotaRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }