// Ctor.
 public PatientInfoRepository(PatientInfoContext context)
 {
     _context = context;
     _logger  = NLog.LogManager.GetCurrentClassLogger();
     _logger.Log(NLog.LogLevel.Info, "PatientInfoRepository  created.");
 }
Esempio n. 2
0
        public TestController(PatientInfoContext ctx)

        {
            _ctx = ctx;
        }