示例#1
0
 public TemplateSettingObject()
 {
     _TableDataGateway = new Project();
     _StoreProcedures = new StoreProceduresPattern();
     _Entities = new Entities();
     _MethodsName = new MethodsName();
     _Methods = new Methods();
     _OthersSettings = new Others();
 }
 public TemplateSettingObject()
 {
     _TableDataGateway = new Project();
     _StoreProcedures  = new StoreProceduresPattern();
     _Entities         = new Entities();
     _MethodsName      = new MethodsName();
     _Methods          = new Methods();
     _OthersSettings   = new Others();
 }