예제 #1
0
 public TicketsFinder(ISupportAppContext context)
 {
     _context = context;
 }
예제 #2
0
 public TicketsModifier(ISupportAppContext context)
 {
     _context = context;
 }
예제 #3
0
 public CategoryModifier(ISupportAppContext context)
 {
     _context = context;
 }
예제 #4
0
 public CategoryFinder(ISupportAppContext context)
 {
     _context = context;
 }
예제 #5
0
 public CommentModifier(ISupportAppContext context)
 {
     _context = context;
 }
예제 #6
0
 public CommentFinder(ISupportAppContext context)
 {
     _context = context;
 }