コード例 #1
0
 public Khoa Add(Khoa Khoa)
 {
     return(_KhoaRepository.Add(Khoa));
 }