Commit Inicial: Se definen tecnologías y modelos de datos.
This commit is contained in:
9
backend/Models/Disco.cs
Normal file
9
backend/Models/Disco.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Inventario.API.Models
|
||||
{
|
||||
public class Disco
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Mediatype { get; set; } = string.Empty;
|
||||
public int Size { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user