Initial Commit
This commit is contained in:
13
Adaptation/FileHandlers/csv/Profile.cs
Normal file
13
Adaptation/FileHandlers/csv/Profile.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace Adaptation.FileHandlers.csv;
|
||||
|
||||
public class Profile
|
||||
{
|
||||
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Label { get; set; }
|
||||
public string Allocated { get; set; }
|
||||
public string Used { get; set; }
|
||||
public string List { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user