예제 #1
0
 public string Add_event_theatre(THEATRE theatre)
 {
     return(new Events().Add_event_theatre(theatre));
 }
예제 #2
0
 public string delete_theatre(THEATRE theatre)
 {
     return(new Events().Delete_Theatre(theatre));
 }
예제 #3
0
 public string Update_Theatre(THEATRE theatre)
 {
     return(new Events().Update_Theatre(theatre));
 }
예제 #4
0
 public THEATRE select_theatre_event(THEATRE theatre)
 {
     return(new Events().select_theatre_event(theatre));
 }