コード例 #1
0
ファイル: UploadController.cs プロジェクト: safirahdwi/Simpen
 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;
 }
コード例 #3
0
 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;
 }
コード例 #6
0
 public PengajuanProposalController(DBINTEGRASI_MASTER_BAYUPPKU2Context context, Combobox combobox)
 {
     _context  = context;
     _combobox = combobox;
 }
コード例 #7
0
 public TesDoang(DBINTEGRASI_MASTER_BAYUPPKU2Context db)
 {
     _db = db;
 }
コード例 #8
0
ファイル: KalenderController.cs プロジェクト: safirahdwi/siap
 public KalenderController(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
コード例 #9
0
 public DaftarPrestasiRepo(DBINTEGRASI_MASTER_BAYUPPKU2Context context)
 {
     _context = context;
 }
コード例 #10
0
ファイル: Combobox.cs プロジェクト: safirahdwi/SIMormawa
 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
ファイル: PublikasiRepo.cs プロジェクト: safirahdwi/SIMormawa
 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
ファイル: AccountModel.cs プロジェクト: safirahdwi/SIMormawa
 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;
 }