public PeptideBLL(string sDataBase) { peDAL = new PeptideDAL(sDataBase); }
public PeptideBLL(ProteinSession pSession) { session = pSession; peDAL = new PeptideDAL(session.DataBase); }