コード例 #1
0
ファイル: StudentBLL.cs プロジェクト: elvanakdeniz/newRepo
 public void Delete(Student entity)
 {
     _studentDAL.Remove(entity);
 }