Exemplo n.º 1
0
 public UserProfileRepository(RojgarMitraEntities _Context)
 {
     unitOfWork = new _UnitOfWork();
     //_Context = this._Context;
 }
Exemplo n.º 2
0
 public TokenRepository(RojgarMitraEntities context)
 {
     _unitOfWork   = new _UnitOfWork();
     this._Context = context;
 }
Exemplo n.º 3
0
 public AccountRepository(RojgarMitraEntities context)
 {
     _unitofwork   = new _UnitOfWork();
     this._Context = context;
 }
Exemplo n.º 4
0
 public MasterRepository(RojgarMitraEntities context)
 {
     unitOfWork    = new _UnitOfWork();
     this._Context = context;
 }