Пример #1
0
 public ExternalSystemController(IExternalSystemService externalSystemService, IMapper mapper)
 {
     _externalSystemService = externalSystemService;
     _mapper = mapper;
 }