Add sample in mongo and sql layers
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace Core.Blueprint.DAL.Mongo.Entities.Collections
|
||||
{
|
||||
[CollectionAttributeName("Blueprints")]
|
||||
public class BlueprintCollection : Document
|
||||
[CollectionAttributeName("Samples")]
|
||||
public class SampleCollection : Document
|
||||
{
|
||||
public string Name { get; set; } = null!;
|
||||
public string? Description { get; set; }
|
||||
Reference in New Issue
Block a user