示例#1
0
 public TicketsFinder(ISupportAppContext context)
 {
     _context = context;
 }
 public TicketsModifier(ISupportAppContext context)
 {
     _context = context;
 }
示例#3
0
 public CategoryModifier(ISupportAppContext context)
 {
     _context = context;
 }
 public CategoryFinder(ISupportAppContext context)
 {
     _context = context;
 }
示例#5
0
 public CommentModifier(ISupportAppContext context)
 {
     _context = context;
 }
示例#6
0
 public CommentFinder(ISupportAppContext context)
 {
     _context = context;
 }