public List <GK_OA_ComBookModel> GetModels(SqlTransaction Transaction) { GK_OA_ComBookDAL kdal = new GK_OA_ComBookDAL(Transaction); return(kdal.Select()); }
public List <GK_OA_ComBookModel> GetModels(GK_OA_ComBookQueryModel ObjQueryModel, SqlTransaction Transaction) { GK_OA_ComBookDAL kdal = new GK_OA_ComBookDAL(Transaction); return(kdal.Select(ObjQueryModel)); }
public List <GK_OA_ComBookModel> GetModels(SqlConnection Connection) { GK_OA_ComBookDAL kdal = new GK_OA_ComBookDAL(Connection); return(kdal.Select()); }