示例#1
0
 public static List <LOAISP_DTO> SelectingAllProductType()
 {
     try
     {
         return(ProductTypeDAO.SelectingAllProductType());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }