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