コード例 #1
0
 public PeptideBLL(string sDataBase)
 {
     peDAL = new PeptideDAL(sDataBase);
 }
コード例 #2
0
 public PeptideBLL(string sDataBase)
 {
     peDAL = new PeptideDAL(sDataBase);
 }
コード例 #3
0
 public PeptideBLL(ProteinSession pSession)
 {
     session = pSession;
     peDAL = new PeptideDAL(session.DataBase);
 }
コード例 #4
0
 public PeptideBLL(ProteinSession pSession)
 {
     session = pSession;
     peDAL   = new PeptideDAL(session.DataBase);
 }