Exemple #1
0
 public static List <CLayer.Booking> GetForSupplier(long supplierId, int forDays)
 {
     DataLayer.Booking book = new DataLayer.Booking();
     return(book.GetBookingsForSupplier(supplierId, forDays));
 }