Exemple #1
0
 public UserRepository(CoralDbContext context) : base(context)
 {
 }
 public UnitOfWork(CoralDbContext context)
 {
     _context = context;
 }