@model KernelRecordsMVC.Application.ViewModels.CreateArtistViewModel @{ ViewData["Title"] = "Create Artist"; }
← Artists CATALOG MANAGEMENT

Create Artist

Add a new artist to the catalog.

@Html.AntiForgeryToken()
Cancel