public LockerUnitOfWork(LockerContext context) { this.context = context ?? throw new ArgumentNullException(nameof(context)); }
public LockerReportRepository(LockerContext context) { this.context = context ?? throw new ArgumentNullException(nameof(context)); }