コード例 #1
0
 public IEnumerable <Domain.Entities.CourseConfiguration> GetAll()
 {
     return(_courseConfigurationRepository.GetAll());
 }