コード例 #1
0
        public void TestDeleteWithAttachEntiy(AddressDto _AddressDto)
        {
            IAddressBO _AddressBO = new AddressBO(new FakeAddressConverter());
            bool       isDeleted  = _AddressBO.DeleteWithAttachEntiy(_AddressDto);

            Assert.True(isDeleted);
        }