Beispiel #1
0
 public CountryService(VGGContext context)
 {
     _dataBaseContext = context;
 }
Beispiel #2
0
 public BankClientService(VGGContext context, IMapper mapper)
 {
     _dataBaseContext = context;
     _mapper          = mapper;
 }
Beispiel #3
0
 public CityService(VGGContext context)
 {
     _dataBaseContext = context;
 }