Example #1
0
 public ProjectRepository(ContextDB context)
 {
     _context = context;
 }
 public HashtagRepository(ContextDB context)
 {
     _context = context;
 }
Example #3
0
 public RoleRepository(ContextDB context)
 {
     _context = context;
 }
Example #4
0
 public ProgressRepository(ContextDB context)
 {
     _context = context;
 }
 public UserRepository(ContextDB contextDB)
 {
     _context = contextDB;
 }