Exemplo n.º 1
0
 public NewsRepository(F1WMContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Exemplo n.º 2
0
 public ConfigTextRepository(F1WMContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Exemplo n.º 3
0
 public HealthCheckRepository(F1WMContext context)
 {
     this.context = context;
 }