Пример #1
0
 public static int CheckOfflineCustomerExist(string CustomerName1, string CustomerEmail1, int CustomerType, long CustomerId)
 {
     DataLayer.OfflineBooking book = new DataLayer.OfflineBooking();
     return(book.CheckOfflineCustomerExist(CustomerName1, CustomerEmail1, CustomerType, CustomerId));
 }