system-praktyk-api/test/InternshipSystem.Api.Test/InternshipSystem.cs
mborzyszkowski 7e181f6887 refactoring
Entity class InternshipEntity name changed to Internship
namespace Internship changed to InternshipSystem
2020-07-08 18:25:49 +02:00

7 lines
85 B
C#

using System;
using Machine.Specifications;
namespace InternshipSystem.Api.Test
{
}