Exemplo n.º 1
0
 public UserRepository(ScContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 2
0
 public PaymentRepository(ScContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public WeekUserLinkRepository(ScContext context, IMapper mapper) : base(context, mapper)
 {
 }