Пример #1
0
 public PP_OTController(ILogger <PP_OTController> logger, IPP_OTService iPP_OTService, IHttpContextAccessor iHttpContextAccessor)
 {
     _logger              = logger;
     _iPP_OTService       = iPP_OTService;
     _httpContextAccessor = iHttpContextAccessor;
 }
 public PP_OTController(IPP_OTService pp_otService)
 {
     _pp_otService = pp_otService;
 }