예제 #1
0
 /// <summary>
 /// 初始化
 /// </summary>
 public ProjectsFactory()
 {
     this._connectionfactory = ViewMethods.GetConnection();
     InitFactory();
 }
예제 #2
0
 /// <summary>
 /// 初始化
 /// </summary>
 public QuantityFactory()
 {
     this._connectionfactory = ViewMethods.GetConnection();
     InitFactory();
 }
예제 #3
0
 /// <summary>
 /// 初始化
 /// </summary>
 public FinanceFactory()
 {
     this._connectionfactory = ViewMethods.GetConnection();
     InitFactory();
 }
예제 #4
0
 /// <summary>
 /// 初始化
 /// </summary>
 public ContractFactory()
 {
     this._connectionfactory = ViewMethods.GetConnection();
     InitFactory();
 }