예제 #1
0
 public HoaDon GetHoaDonByID(string id)
 {
     return(dal.GetHoaDonByID(id));
 }