public OvergroundCanalRepository(HeatLossContext context)
 {
     _context = context ?? throw new ArgumentNullException($"{nameof(context)} is null");
 }
Esempio n. 2
0
 public UnitOfWork(HeatLossContext context)
 {
     _context = context ?? throw new ArgumentNullException($"{nameof(context)} is null");
 }