Exemple #1
0
 public IEnumerable <Major> GetAllAsync()
 {
     return(_majorRepository.GetAllAsync());
 }