Exemple #1
0
 private void InitData()
 {
     this.SqlDbStoredProcedureDAL = null;
 }
Exemple #2
0
 public RoommateSql(String pstrSqlConnectionString)
     : this()
 {
     this.SqlDbStoredProcedureDAL = new ABLib.DAL.Sql.SqlDbStoredProcedureDAL(pstrSqlConnectionString);
 }
 public AssociatedEventSql(String pstrSqlConnectionString)
     : this()
 {
     this.SqlDbStoredProcedureDAL = new ABLib.DAL.Sql.SqlDbStoredProcedureDAL(pstrSqlConnectionString);
 }
 public CreationProjectAdSql(String pstrSqlConnectionString)
     : this()
 {
     this.SqlDbStoredProcedureDAL = new ABLib.DAL.Sql.SqlDbStoredProcedureDAL(pstrSqlConnectionString);
 }
 public DevConversationSql(String pstrSqlConnectionString)
     : this()
 {
     this.SqlDbStoredProcedureDAL = new ABLib.DAL.Sql.SqlDbStoredProcedureDAL(pstrSqlConnectionString);
 }