Example #1
0
 private object ObtainWallInPoint(Grid grid, Point point)
 {
     return(wallRepository.ObtainWallInPoint(grid, point));
 }