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

@@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Microsoft.AspNetCore.Http;
namespace cicm_web.Areas.Admin.Models
namespace Marechai.Areas.Admin.Models
{
public class MachinePhotoViewModel : BaseViewModel<Guid>
{