Example #1
0
 public UniversityEntitiesCistUpdateResult(Cist::University updatedUniversity, Exception groupsException, Exception teachersException, Exception roomsException)
     : this(updatedUniversity)
 {
     this.GroupsException   = groupsException;
     this.TeachersException = teachersException;
     this.RoomsException    = roomsException;
 }
 public UniversityEntitiesCistUpdateResult(Cist::University updatedUniversity, Exception?groupsException, Exception?teachersException, Exception?roomsException)
     : this(updatedUniversity)
 {
     GroupsException   = groupsException;
     TeachersException = teachersException;
     RoomsException    = roomsException;
 }
Example #3
0
 public UniversityEntitiesCistUpdateResult(Cist::University updatedUniversity)
 {
     this.UpdatedUniversity = updatedUniversity;
 }