コード例 #1
0
ファイル: StudentController.cs プロジェクト: sokogfb/LMS
 public static bool Delete(string sid)
 {
     return(StudentDA.Delete(sid));
 }