Skip to content

Commit ae91352

Browse files
Rename namespaces.
1 parent c2ac099 commit ae91352

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

LazyProxy.Sample/Program.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using LazyProxy.Core;
32

43
namespace LazyProxy.Sample
54
{

LazyProxy.Tests/LazyProxyBuilderTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Moq;
55
using Xunit;
66

7-
namespace LazyProxy.Core.Tests
7+
namespace LazyProxy.Tests
88
{
99
public class LazyProxyBuilderTests
1010
{

LazyProxy/LazyProxyBuilder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Reflection;
66
using System.Reflection.Emit;
77

8-
namespace LazyProxy.Core
8+
namespace LazyProxy
99
{
1010
/// <summary>
1111
/// Is used to create at runtime a lazy proxy type or an instance of this type.

0 commit comments

Comments
 (0)