コード例 #1
0
 public NoteService(IConfiguration _config)
 {
     config  = _config;
     baseSvc = new BaseService(config);
 }