コード例 #1
0
 public IEnumerable <Division> GetAllAsync()
 {
     return(_divisionRepository.GetAllAsync());
 }