Example #1
0
 public FindDevelopersWeekRankingQueryHandler(LubyClockerContext context)
 {
     _context = context;
 }
Example #2
0
 public FindProjectByIdQueryHandler(LubyClockerContext context)
 {
     _context = context;
 }
Example #3
0
 public FindTimeEntriesByMemberQueryHandler(LubyClockerContext context)
 {
     _context = context;
 }
Example #4
0
 public FindDeveloperByIdQueryHandler(LubyClockerContext context)
 {
     _context = context;
 }
 public DeleteDeveloperCommandHandler(LubyClockerContext context)
 {
     _context = context;
 }
 public DeleteProjectMemberCommandHandler(LubyClockerContext context)
 {
     _context = context;
 }
Example #7
0
 public UpdateProjectCommandHandler(LubyClockerContext context)
 {
     _context = context;
 }
Example #8
0
 public FindProjectMembersQueryHandler(LubyClockerContext context)
 {
     _context = context;
 }
 public AddMemberProjectCommandHandler(LubyClockerContext context)
 {
     _context = context;
 }
 public CreateTimeEntryCommandHandler(LubyClockerContext context)
 {
     _context = context;
 }