예제 #1
0
파일: Order.cs 프로젝트: h2002d/Pizza
 public static List <Order> GetOrderById(int?id)
 {
     return(DAO.getOrderById(id));
 }