Exemple #1
0
 /// <summary>
 /// 获取全部数据
 /// </summary>
 /// <returns></returns>
 public List <Media> GetAll()
 {
     return(dal.GetAll());
 }