예제 #1
0
 public LockerUnitOfWork(LockerContext context)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
 }
예제 #2
0
 public LockerReportRepository(LockerContext context)
 {
     this.context = context ?? throw new ArgumentNullException(nameof(context));
 }