mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
CreateDatabase
Nic nie działa bo wszystko jest inne XDD
This commit is contained in:
11
WebApp/Entities/VolunteerSkill.cs
Normal file
11
WebApp/Entities/VolunteerSkill.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace WebApp.Entities
|
||||
{
|
||||
public class VolunteerSkill
|
||||
{
|
||||
public required string UserId { get; set; }
|
||||
public int SkillId { get; set; }
|
||||
|
||||
public User? User { get; set; }
|
||||
public Skill? Skill { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user