presentation & tools
This commit is contained in:
parent
313ba449e7
commit
4c496e08d1
76 changed files with 3973 additions and 254 deletions
11
src/Yavsc/ViewModels/Administration/NewAdminViewModel.cs
Normal file
11
src/Yavsc/ViewModels/Administration/NewAdminViewModel.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.ViewModels
|
||||
{
|
||||
public partial class NewAdminViewModel {
|
||||
|
||||
[Display(Name="NewAdminLabel", ResourceType=typeof(NewAdminViewModel))]
|
||||
[Required]
|
||||
public string NewAdminId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue