示例#1
0
 public UserService(DomainContext db, ConfigService config)
 {
     _db     = db;
     _config = config;
 }