Skip to content

Commit

Permalink
Bring ISchoolServices inside KonSchool.Services namespace
Browse files Browse the repository at this point in the history
How did I miss that!!
  • Loading branch information
maacpiash committed Jul 15, 2020
1 parent c4ddadc commit 5d74574
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Services/ISchoolService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
public interface ISchoolService
namespace KonSchool.Services
{
System.Collections.Generic.IEnumerable<KonSchool.Models.School> GetSchools();
public interface ISchoolService
{
System.Collections.Generic.IEnumerable<KonSchool.Models.School> GetSchools();
}
}

0 comments on commit 5d74574

Please sign in to comment.