Example #1
0
 public async Task <int> DeleteAmenityPhoto(PhotoForReturnModel model)
 {
     return(await _repo.DeleteAmenityPhoto(model));
 }