Exemplo n.º 1
0
 public int AddPair(StudingTheSubject pair)
 {
     try
     {
         return(StudingTheSubject.CreateNew(pair));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }