Rebrand main namespace.

This commit is contained in:
2020-02-10 02:20:48 +00:00
parent 4a2d370999
commit 091a27c3d9
120 changed files with 177 additions and 177 deletions

View File

@@ -3,7 +3,7 @@ using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using Marechai.Database;
namespace cicm_web.Areas.Admin.Models
namespace Marechai.Areas.Admin.Models
{
public class MachineViewModel : BaseViewModel<int>
{