Update Lesson 4 Task 2 to remove useless code
This commit is contained in:
parent
859d83a6e0
commit
505a63f5d4
3 changed files with 0 additions and 18 deletions
|
@ -1,9 +1,3 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
using Open_Closed.Interfaces;
|
using Open_Closed.Interfaces;
|
||||||
|
|
||||||
namespace Open_Closed.Classes
|
namespace Open_Closed.Classes
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
using Open_Closed.Interfaces;
|
using Open_Closed.Interfaces;
|
||||||
|
|
||||||
namespace Open_Closed.Classes
|
namespace Open_Closed.Classes
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Open_Closed.Interfaces
|
namespace Open_Closed.Interfaces
|
||||||
{
|
{
|
||||||
public interface IMagic
|
public interface IMagic
|
||||||
|
|
Reference in a new issue