コード例 #1
0
 public static bool AddStudent(StudentVM svm)
 {
     return(RepositoryAdmin.AddStudent(svm));
 }