Example #1
0
 /// <summary>
 /// Конструктор по-умолчанию
 /// </summary>
 public CurrencyRepository(TrCurrenciesContext context)
 {
     _context = context;
 }
Example #2
0
 /// <summary>
 /// Единица работы с БД
 /// </summary>
 public UnitOfWork(TrCurrenciesContext docflowContext)
 {
     _docflowContext = docflowContext;
 }