mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Rebrand main project.
This commit is contained in:
11
Marechai/Models/CompanyViewModel.cs
Normal file
11
Marechai/Models/CompanyViewModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Marechai.Models
|
||||
{
|
||||
public class CompanyViewModel
|
||||
{
|
||||
public int Id;
|
||||
public Guid? LastLogo;
|
||||
public string Name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user