Exemplo n.º 1
0
 public TicketData(InsecticContext insecticContext)
 {
     _insecticContext = insecticContext;
 }
Exemplo n.º 2
0
 public NoteData(InsecticContext insecticContext)
 {
     _insecticContext = insecticContext;
 }
Exemplo n.º 3
0
 public CommentData(InsecticContext insecticContext)
 {
     _insecticContext = insecticContext;
 }