Example #1
0
 public CommentRepository(DTechContext context)
 {
     _context = context;
 }
 public AttachmentRepository(DTechContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #3
0
 public ProjectRepository(DTechContext context)
 {
     _context = context;
 }
Example #4
0
 public PTaskRepository(DTechContext context)
 {
     _context = context;
 }