コード例 #1
0
ファイル: StuManager.cs プロジェクト: wula50/csharp
 public bool UpdateStudent(Student s)
 {
     return(stu.UpdateStudent(s));
 }