Ejemplo n.º 1
0
 protected RepositoryBase(KoalaCode context)
 {
     Context = context;
 }
Ejemplo n.º 2
0
 public UserRepository(KoalaCode context)
     : base(context)
 {
 }
Ejemplo n.º 3
0
 public UserRepository(KoalaCode context) : base(context)
 {
 }
Ejemplo n.º 4
0
 public UnitOfWork()
 {
     _context = new KoalaCode();
 }
Ejemplo n.º 5
0
 public RoleRepository(KoalaCode context)
     : base(context)
 {
 }
Ejemplo n.º 6
0
 public RoleRepository(KoalaCode context) : base(context)
 {
 }
Ejemplo n.º 7
0
 protected RepositoryBase(KoalaCode context)
 {
     Context = context;
 }
Ejemplo n.º 8
0
 public UnitOfWork()
 {
     _context = new KoalaCode();
 }