Пример #1
0
 public async Task <IEnumerable <BusinessComponent> > GetAllBusinessComponents()
 {
     return(await ApiInvoker.GetAll <BusinessComponent>(Constants.BusinessComponentsEndpointKey, Constants.BaseBusinessComponentsRoutePrefix));
 }