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