コード例 #1
0
ファイル: DataContext.cs プロジェクト: ysq5202121/WTM
 public EmptyContext(CS cs)
 {
     CSName           = cs.Value;
     DBType           = cs.DbType.Value;
     ConnectionString = cs;
 }
コード例 #2
0
ファイル: DataContext.cs プロジェクト: ysq5202121/WTM
 public FrameworkContext(CS cs) : base(cs)
 {
 }
コード例 #3
0
 public WTMLogger(string categoryName, CS cs)
 {
     this.categoryName = categoryName;
     this.cs           = cs;
 }