10 lines
161 B
C#
10 lines
161 B
C#
namespace Shared.Models.Base
|
|
{
|
|
public interface Igroup
|
|
{
|
|
public int group { get; set; }
|
|
|
|
public bool group_hide { get; set; }
|
|
}
|
|
}
|