예제 #1
0
 public InstanceFunctions(IMockDataService mockDataService)
 {
     _mockDataService = mockDataService;
 }
예제 #2
0
 public QuatationExcelController(IMockDataService mockDataService)
 {
     _mockDataService = mockDataService;
 }
예제 #3
0
        //private readonly IDatabaseConnectionFactory _database;
        //private readonly QueryFactory _db;

        public ContactDataServices(IMockDataService <ContactResponseModel> dataGeneratorService)
        {
            //_database = database;
            //_db = db;
            _contactsGeneratorService = dataGeneratorService;
        }
예제 #4
0
 public DbGlobalServiceAdapter(IMockDataService mockDataService)
 {
     _mockDataService = mockDataService;
 }
예제 #5
0
 public GetFilteredUsersQueryHandler(IMockDataService mockDataService, IMapper mapper)
 {
     _mockDataService = mockDataService;
     _mapper          = mapper;
 }