Rebrand main project.

This commit is contained in:
2020-02-10 02:26:45 +00:00
parent 6e1ba53f3b
commit 973604d6c5
611 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
using System;
namespace Marechai.Models
{
public class CompanyViewModel
{
public int Id;
public Guid? LastLogo;
public string Name;
}
}