예제 #1
0
 public List <Library.Entities.Common.Configuration.Venues.Venues> GetByID(long ID)
 {
     return(DAL.GetByID(ID).ToList());
 }