예제 #1
0
 public UnitOfWork(ExchangeRatesDusanContext context)
 {
     _context = context;
 }
 public GenericRepository(ExchangeRatesDusanContext context)
 {
     Context = context;
 }