예제 #1
0
 /// <summary>
 /// 获取所有实例
 /// </summary>
 /// <returns></returns>
 public OptionsEntity[] GetAll()
 {
     return(_currentDAO.GetAll());
 }