mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Use BaseViewModel in admin.
This commit is contained in:
@@ -33,13 +33,11 @@ using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Cicm.Database.Models
|
||||
namespace cicm_web.Areas.Admin.Models
|
||||
{
|
||||
public class SoundSynthViewModel
|
||||
public class SoundSynthViewModel : BaseViewModel<int>
|
||||
|
||||
{
|
||||
public int Id;
|
||||
|
||||
public string Name { get; set; }
|
||||
[DisplayName("Model code")]
|
||||
public string ModelCode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user