Example #1
0
 public async Task <bool> CheckInsertedById(int id)
 {
     return(await _monitorRepository.CheckInsertedById(id));
 }