Exemple #1
0
 public async Task CreateAsync(IAssignment assignment)
 {
     await AssignmentRepository.CreateAsync(assignment);
 }