17 lines
357 B
C#
17 lines
357 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using WebLib;
|
|
|
|
namespace Education
|
|
{
|
|
public class DAC_公司別 : NameValueList
|
|
{
|
|
public DAC_公司別()
|
|
{
|
|
this.Add("新譽管理有限公司", "TY");
|
|
this.Add("展譽職涯管理顧問有限公司", "JY");
|
|
}
|
|
}
|
|
} |