Rebrand database project.

This commit is contained in:
2020-02-10 02:23:32 +00:00
parent 091a27c3d9
commit 6e1ba53f3b
198 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
namespace Marechai.Database.Models
{
public class OwnedMachinePhoto : BasePhoto
{
public virtual OwnedMachine OwnedMachine { get; set; }
public long OwnedMachineId { get; set; }
}
}