コード例 #1
0
ファイル: CreateBeritaCommand.cs プロジェクト: hasmbly/SiUpin
 public CreateBeritaCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #2
0
 public SeedKelurahanCommandHandler(ISiUpinDBContext context, IEntityRepository entityRepository)
 {
     _context          = context;
     _entityRepository = entityRepository;
 }
コード例 #3
0
 public GetRolesQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #4
0
 public SeedRoleCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
コード例 #5
0
 public UpdateUphPasarCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #6
0
 public GetPesanQuery(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #7
0
 public GetKecamatansByKotaIDQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #8
0
 public UpdateUphQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #9
0
 public UpdateUphBahanBakuCommandHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #10
0
 public SeedAsalBantuanCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
コード例 #11
0
 public GetParameterJawabansByIndikatorNameQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #12
0
 public GetUphGmpsQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #13
0
 public CreateUphGmpCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #14
0
 public SeedJenisTernakCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
コード例 #15
0
 public GetProvinsisQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #16
0
 public DeleteFileCommand(ISiUpinDBContext context, IConfiguration configuration, IFileService fileService)
 {
     _configuration = configuration;
     _fileService   = fileService;
     _context       = context;
 }
コード例 #17
0
 public CreateUphSaranaCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #18
0
 public GetCountUphByProvinceQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #19
0
 public DeletePesanCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #20
0
 public SeedParameterAspekCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
コード例 #21
0
 public SeedProdukOlahanCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
コード例 #22
0
 public DeleteUphQueryHandler(ISiUpinDBContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
コード例 #23
0
ファイル: GetAllBeritaQuery.cs プロジェクト: hasmbly/SiUpin
 public GetAllBeritaQuery(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #24
0
 public GetAllUphProdukQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #25
0
 public GetUphMitraQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #26
0
 public CreateJenisTernakCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #27
0
 public GetUphIDandNamesQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #28
0
 public UpdateProdukOlahanCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #29
0
 public GetPesansQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
コード例 #30
0
 public SeedProvinsiCommandHandler(ISiUpinDBContext context, IEntityRepository entityRepository)
 {
     _context          = context;
     _entityRepository = entityRepository;
 }