Anul 3 Semestrul 2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using FileCompression.Enums;
|
||||
|
||||
namespace FileCompression.Models;
|
||||
|
||||
public class Entry
|
||||
{
|
||||
public required string Path { get; set; }
|
||||
public EntryType Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user