コード例 #1
0
ファイル: BusinessBO.cs プロジェクト: codexSourabh/API-s
 public void AddStudent(Student student)
 {
     _dao.AddStudent(student);
 }