Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace sims.Models
- {
- public class ProfessionField
- {
- public int ProfessionFieldId { get; set; }
- public string? ProfessionFieldName { get; set; }
- public Profession? Profession { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment