예제 #1
0
 public static List <product> selectProductBySex(string sex)
 {
     return(ProductoData.selectProductBySex(sex));
 }