Ejemplo n.º 1
0
 /// <summary>
 /// 查询所有
 /// </summary>
 /// <returns></returns>
 public static List <OtherOutDepot> GetAll()
 {
     return(OtherOutDepotDAL.GetAll());
 }