10 lines
132 B

using Entity.Sugar;
namespace Entity.ViewModels
{
public class View_SAL_Question : SETB_SAL_Question
{
}
}