Ajoute ou supprime des cercle aux posts

This commit is contained in:
Paul Schneider 2017-01-21 22:36:43 +01:00
commit d3e7942785
19 changed files with 199 additions and 67 deletions

View file

@ -0,0 +1,10 @@
namespace Yavsc.ViewModels.Controls
{
public class AjaxCheckBoxInfo
{
public string Text { get; set; }
public string Value { get; set; }
public bool Checked { get; set; }
}
}