#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;
        }
Esempio n. 2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="hcpDataInfoService"></param>
 public TestController(IADDoctorService aDDoctorService, ICacheManager cacheManager)
 {
     _iADDoctorService = aDDoctorService;
     _cacheManager     = cacheManager;
 }