Entity class InternshipEntity name changed to Internship namespace Internship changed to InternshipSystem
7 lines
110 B
C#
7 lines
110 B
C#
namespace InternshipSystem.Core
|
|
{
|
|
public class Report
|
|
{
|
|
public int Id { get; set; }
|
|
}
|
|
} |