Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace MetaCourse.Api.Entities;
|
||||
|
||||
public class TopicResource
|
||||
{
|
||||
public Guid TopicId { get; set; }
|
||||
public Topic Topic { get; set; } = null!;
|
||||
|
||||
public Guid ResourceId { get; set; }
|
||||
public Resource Resource { get; set; } = null!;
|
||||
|
||||
public int Position { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user