コード例 #1
0
 public ServiceRepository(IMangoContext context) : base(context)
 {
 }
コード例 #2
0
 public SewaRepository(IMangoContext context) : base(context)
 {
 }
コード例 #3
0
ファイル: Repository.cs プロジェクト: dibugtest/loksewa
 protected Repository(IMangoContext context)
 {
     Context = context;
 }
コード例 #4
0
 public ICategoryRepository(IMangoContext context) : base(context)
 {
 }
コード例 #5
0
 public AdminRepository(IMangoContext context) : base(context)
 {
 }
コード例 #6
0
 public AuthRepository(IUnitOfWork uow, ILoginInterface login, IMangoContext context)
 {
     _uow    = uow;
     _Login  = login;
     Context = context;
 }
コード例 #7
0
 public AdvertisimentRepository(IMangoContext context) : base(context)
 {
 }
コード例 #8
0
 public EthinicalGroupRepository(IMangoContext context) : base(context)
 {
 }
コード例 #9
0
 public FacultyRepository(IMangoContext context) : base(context)
 {
 }
コード例 #10
0
 public ApplicantRepository(IMangoContext context) : base(context)
 {
 }
コード例 #11
0
 public UnitOfWork(IMangoContext context)
 {
     _context = context;
     // _myobject = myObject;
 }
コード例 #12
0
 public ReligionRepository(IMangoContext context) : base(context)
 {
 }
コード例 #13
0
 public BoardNameRepository(IMangoContext context) : base(context)
 {
 }
コード例 #14
0
 public SubGroupRepository(IMangoContext context) : base(context)
 {
 }
コード例 #15
0
ファイル: RoleRepository.cs プロジェクト: dibugtest/loksewa
 public RoleRepository(IMangoContext context) : base(context)
 {
 }
コード例 #16
0
 public EmploymentRepository(IMangoContext context) : base(context)
 {
 }
コード例 #17
0
 public EducationLevelRepository(IMangoContext context) : base(context)
 {
 }
コード例 #18
0
ファイル: PostRepository.cs プロジェクト: dibugtest/loksewa
 public PostRepository(IMangoContext context) : base(context)
 {
 }
コード例 #19
0
 public DistrictRepository(IMangoContext context) : base(context)
 {
 }
コード例 #20
0
 public ShreniTahaRepository(IMangoContext context) : base(context)
 {
 }
コード例 #21
0
 public AwasthaRepository(IMangoContext context) : base(context)
 {
 }
コード例 #22
0
 public OccupationRepository(IMangoContext context) : base(context)
 {
 }
コード例 #23
0
 public VargaRepository(IMangoContext context) : base(context)
 {
 }