Пример #1
0
 public Task <IEnumerable <ElementType> > ListElementTypesAsync()
 {
     return(_elementRepository.ListElementTypesAsync());
 }