예제 #1
0
 public static void EditCategory(TicketCategory category)
 {
     LoadProviders(); _provider.EditCategory(category);
 }