Example #1
0
 public async Task <List <H2Generator> > GetAllGeneratorsAsync()
 {
     return(await FacilityContext._getAllGeneratorsAsync(this));
 }