Add samples in mongo and sql layer
This commit is contained in:
		| @@ -0,0 +1,17 @@ | ||||
| using Core.Blueprint.External.Clients.Blueprint.Requests; | ||||
|  | ||||
| namespace Core.Blueprint.External.Clients.Blueprint.Adapters | ||||
| { | ||||
|     public class SqlSampleAdapter | ||||
|     { | ||||
|         public string Name { get; set; } = null!; | ||||
|         public string Description { get; set; } = null!; | ||||
|         public int Id { get; set; } | ||||
|         public string Guid { get; set; } = null!; | ||||
|         public DateTime CreatedAt { get; set; } | ||||
|         public string? CreatedBy { get; set; } | ||||
|         public DateTime? UpdatedAt { get; set; } | ||||
|         public string? UpdatedBy { get; set; } | ||||
|         public StatusEnum Status { get; set; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin