Update Lesson 4 Task 2 to remove useless code

This commit is contained in:
Stanislav Mykhailenko 2023-04-16 19:28:58 +03:00
parent 859d83a6e0
commit 505a63f5d4
GPG key ID: 1E95E66A9C9D6A36
3 changed files with 0 additions and 18 deletions

View file

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Open_Closed.Interfaces;
namespace Open_Closed.Classes

View file

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Open_Closed.Interfaces;
namespace Open_Closed.Classes

View file

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Open_Closed.Interfaces
{
public interface IMagic