Example #1
0
 // Constructor for testing
 public BackLogController(IBackLogContext context, IIdentity userId)
 {
     _context = context;
     _userId  = userId;
 }
 public BacklogManage(IBackLogContext context)
 {
     _context = context;
 }