Esempio n. 1
0
 public Assignment Assign(int assId, int couId)
 {
     return(_assignmentRepository.Assign(assId, couId));
 }