Ejemplo n.º 1
0
 public string IsExistOrInsert(Instructor instructor)
 {
     return(instructorRepository.IsExistOrInsert(instructor));
 }