Rebrand database namespace.

This commit is contained in:
2020-02-10 02:10:18 +00:00
parent dc8da3aa30
commit 4a2d370999
383 changed files with 8219 additions and 6298 deletions

View File

@@ -3,7 +3,7 @@ using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Cicm.Database.Models
namespace Marechai.Database.Models
{
public class Screen : BaseModel<int>
{