コード例 #1
0
ファイル: Program.cs プロジェクト: InnaZhurba/Lab4-KvestRoom
 public bool AddKvestRoom(string Name, int IDUsersValue, int IDAge, int OnePrice)
 {
     addData.AddKvestRoom(Name, IDUsersValue, IDAge, OnePrice);
     return(true);
 }