#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member 'DoctorController.DoctorController(IADDoctorService)' public DoctorController(IADDoctorService aDDoctorService) #pragma warning restore CS1591 // Missing XML comment for publicly visible type or member 'DoctorController.DoctorController(IADDoctorService)' { _iADDoctorService = aDDoctorService; }
/// <summary> /// /// </summary> /// <param name="hcpDataInfoService"></param> public TestController(IADDoctorService aDDoctorService, ICacheManager cacheManager) { _iADDoctorService = aDDoctorService; _cacheManager = cacheManager; }