示例#1
0
 public System.Threading.Tasks.Task AddCategoryToEventAsync(int eventId, string categoryTitle, string categoryDescription, Desktop.ServiceReference.Component parent)
 {
     return(base.Channel.AddCategoryToEventAsync(eventId, categoryTitle, categoryDescription, parent));
 }
示例#2
0
 public void AddCategoryToEvent(int eventId, string categoryTitle, string categoryDescription, Desktop.ServiceReference.Component parent)
 {
     base.Channel.AddCategoryToEvent(eventId, categoryTitle, categoryDescription, parent);
 }