Пример #1
0
 public static List <DTO.DonHangDTO> SelectDonHangByNam(int nam)
 {
     return(DonHangDAL.SelectDonHangByNam(nam));
 }