示例#1
0
 public SqlCommanderRepo(CommanderContext context)
 {
     _context = context;
 }
示例#2
0
 // inject CommanderContext into this class
 public MsSqlCommander(CommanderContext context)
 {
     // copy injected info to local property
     _context = context;
 }