Exemple #1
0
 public static List <DTO.DonHangDTO> SelectDonHangAll()
 {
     return(DonHangDAL.SelectDonHangAll());
 }