コード例 #1
0
 public Student Insert(Student entity)
 {
     return(_studentDal.Insert(entity));
 }