Beispiel #1
0
 public CreateBeritaCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SeedKelurahanCommandHandler(ISiUpinDBContext context, IEntityRepository entityRepository)
 {
     _context          = context;
     _entityRepository = entityRepository;
 }
Beispiel #3
0
 public GetRolesQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
 public SeedRoleCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
 public UpdateUphPasarCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public GetPesanQuery(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public GetKecamatansByKotaIDQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
 public UpdateUphQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
 public UpdateUphBahanBakuCommandHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #10
0
 public SeedAsalBantuanCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
 public GetParameterJawabansByIndikatorNameQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #12
0
 public GetUphGmpsQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #13
0
 public CreateUphGmpCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #14
0
 public SeedJenisTernakCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
Beispiel #15
0
 public GetProvinsisQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #16
0
 public DeleteFileCommand(ISiUpinDBContext context, IConfiguration configuration, IFileService fileService)
 {
     _configuration = configuration;
     _fileService   = fileService;
     _context       = context;
 }
Beispiel #17
0
 public CreateUphSaranaCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
 public GetCountUphByProvinceQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #19
0
 public DeletePesanCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
 public SeedParameterAspekCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
Beispiel #21
0
 public SeedProdukOlahanCommandHandler(ISiUpinDBContext context, IFileService fileService)
 {
     _context     = context;
     _fileService = fileService;
 }
Beispiel #22
0
 public DeleteUphQueryHandler(ISiUpinDBContext context, IMediator mediator)
 {
     _context  = context;
     _mediator = mediator;
 }
Beispiel #23
0
 public GetAllBeritaQuery(ISiUpinDBContext context)
 {
     _context = context;
 }
 public GetAllUphProdukQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
 public GetUphMitraQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
 public CreateJenisTernakCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
 public GetUphIDandNamesQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #28
0
 public UpdateProdukOlahanCommand(ISiUpinDBContext context)
 {
     _context = context;
 }
Beispiel #29
0
 public GetPesansQueryHandler(ISiUpinDBContext context)
 {
     _context = context;
 }
 public SeedProvinsiCommandHandler(ISiUpinDBContext context, IEntityRepository entityRepository)
 {
     _context          = context;
     _entityRepository = entityRepository;
 }