예제 #1
0
 public async Task <List <DoorStatusHistory> > History()
 {
     return(await _doorService.GetHistoryList());
 }