示例#1
0
 //构造函数初始化
 public SQLServer2005(PlatformImplementor implementor) : base(implementor)
 {
 }
示例#2
0
 protected DataBase(PlatformImplementor implementor)//构造器注入
 {
     this._implementor = implementor;
 }