Ejemplo n.º 1
0
        public async Task Add(Catchment catchment)
        {
            var geographyFactory = await this.GeometryFactoryProvider.GetGeometryFactoryAsync();

            var catchmentEntity = catchment.ToEntityType(geographyFactory);

            await this.AddCatchmentEntity(catchmentEntity, catchment.Identity);
        }