예제 #1
0
 public int CreateNewOrder(int menuId, string createName)
 {
     return(_menudata.CreateNewOrder(menuId, createName));
 }