예제 #1
0
 //删除操作
 public static bool Delete(int GoodsID)
 {
     return(DALGoodsInformation.Delete(GoodsID));
 }
예제 #2
0
 //查询所有用户信息
 public static List <MODGoodsInformation> BLLSelectGoodsInformationAll()
 {
     //查询用户信息
     return(DALGoodsInformation.DALSelectGoodsInformationAll());
 }