Beispiel #1
0
 public ServiceRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #2
0
 public SewaRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #3
0
 protected Repository(IMangoContext context)
 {
     Context = context;
 }
 public ICategoryRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #5
0
 public AdminRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #6
0
 public AuthRepository(IUnitOfWork uow, ILoginInterface login, IMangoContext context)
 {
     _uow    = uow;
     _Login  = login;
     Context = context;
 }
 public AdvertisimentRepository(IMangoContext context) : base(context)
 {
 }
 public EthinicalGroupRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #9
0
 public FacultyRepository(IMangoContext context) : base(context)
 {
 }
 public ApplicantRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #11
0
 public UnitOfWork(IMangoContext context)
 {
     _context = context;
     // _myobject = myObject;
 }
Beispiel #12
0
 public ReligionRepository(IMangoContext context) : base(context)
 {
 }
 public BoardNameRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #14
0
 public SubGroupRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #15
0
 public RoleRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #16
0
 public EmploymentRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #17
0
 public EducationLevelRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #18
0
 public PostRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #19
0
 public DistrictRepository(IMangoContext context) : base(context)
 {
 }
 public ShreniTahaRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #21
0
 public AwasthaRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #22
0
 public OccupationRepository(IMangoContext context) : base(context)
 {
 }
Beispiel #23
0
 public VargaRepository(IMangoContext context) : base(context)
 {
 }