コード例 #1
0
 public decimal AlreadyExitName(Courses _Course)
 {
     return(_CourseRepository.AlreadyExitName(_Course));
 }