예제 #1
0
 public Boolean isCategoryExisted(TicketCategory instance)
 {
     return(categoryRepo.isCategoryExisted(instance));
 }