Example #1
0
 public async Task <List <MonitorBox> > GetAllMonitorBoxsAsync()
 {
     return(await FacilityContext._getAllMonitorBoxsAsync(this));
 }