protected RepositoryBase(KoalaCode context)
 {
     Context = context;
 }
 public UserRepository(KoalaCode context)
     : base(context)
 {
 }
 public UserRepository(KoalaCode context) : base(context)
 {
 }
Beispiel #4
0
 public UnitOfWork()
 {
     _context = new KoalaCode();
 }
 public RoleRepository(KoalaCode context)
     : base(context)
 {
 }
 public RoleRepository(KoalaCode context) : base(context)
 {
 }
 protected RepositoryBase(KoalaCode context)
 {
     Context = context;
 }
Beispiel #8
0
 public UnitOfWork()
 {
     _context = new KoalaCode();
 }