Example #1
0
 public UnitOfWork(DatelyDbContext context)
 {
     _context = context;
 }