public List <GK_OA_GoodsModel> GetModels(SqlTransaction Transaction) { GK_OA_GoodsDAL sdal = new GK_OA_GoodsDAL(Transaction); return(sdal.Select()); }
public List <GK_OA_GoodsModel> GetModels(GK_OA_GoodsQueryModel ObjQueryModel, SqlTransaction Transaction) { GK_OA_GoodsDAL sdal = new GK_OA_GoodsDAL(Transaction); return(sdal.Select(ObjQueryModel)); }
public List <GK_OA_GoodsModel> GetModels(SqlConnection Connection) { GK_OA_GoodsDAL sdal = new GK_OA_GoodsDAL(Connection); return(sdal.Select()); }