|
Last change
on this file since 2d64b2e was 2d64b2e, checked in by imbrsk <boris696boris@…>, 10 months ago |
|
Refactor model properties for consistency and clarity
|
-
Property mode
set to
100644
|
|
File size:
345 bytes
|
| Line | |
|---|
| 1 | namespace iknow_api.Models
|
|---|
| 2 | {
|
|---|
| 3 | public class MajorSubjects
|
|---|
| 4 | {
|
|---|
| 5 | public int MajorId { get; set; }
|
|---|
| 6 | public int SubjectId { get; set; }
|
|---|
| 7 | public int MandatorySemester { get; set; }
|
|---|
| 8 | public int Accreditation { get; set; }
|
|---|
| 9 | public Major? Majors { get; set; }
|
|---|
| 10 | public Subject? Subjects { get; set; }
|
|---|
| 11 | }
|
|---|
| 12 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.