Blog.Services.Implementation.AddressService.Delete C# (CSharp) Метод

Delete() публичный Метод

public Delete ( int addressId ) : bool
addressId int
Результат bool
        public bool Delete(int addressId)
        {
            return _addressLogic.Delete(addressId);
        }
    }