예제 #1
0
 public CurrenciesController(CurrencyChangeContext context)
 {
     _context = context;
 }
 public CurrencyHandleController(CurrencyChangeContext context)
 {
     _context = context;
 }