Beispiel #1
0
 public ApiFileSendingController(DTO dto, IApiFlTester tester) : base(dto)
 {
     _apiFileTester = tester;
 }
Beispiel #2
0
        //public ApiFileSendingController(DTO dto, IApiFlTester tester) : base(dto)
        //{
        //    _tester = tester;
        //}

        public ApiFileSendingController(DTO dto) : base(dto)
        {
            _apiFileTester = GetApiTesterViaReflection();
        }