Example #1
0
 public async Task <bool> HasEntity(House model)
 {
     return(await _houses.HasEntity(model));
 }