Exemplo n.º 1
0
 public UserRepository(BeloningContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 protected Repository(BeloningContext context)
 {
     Context = context;
 }
 public PatientRepository(BeloningContext context) : base(context)
 {
 }
Exemplo n.º 4
0
 public ReferralRepository(BeloningContext context) : base(context)
 {
 }
Exemplo n.º 5
0
 public UnitOfWork(BeloningContext context)
 {
     _context         = context;
     IdentityProvider = context.IdentityProvider;
 }