Update Lesson 4 Task 4
This commit is contained in:
parent
fd95e46b80
commit
c3faf01472
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ namespace LiskovSubstitution.Interfaces
|
|||
{
|
||||
public interface IFlyable
|
||||
{
|
||||
public void Fly();
|
||||
void Fly();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue