Exemplo n.º 1
0
 public int EditPair(StudingTheSubject pair, string[] newvalues)
 {
     try
     {
         return(pair.Edit(newvalues));
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }
Exemplo n.º 2
0
 public int EditPair(StudingTheSubject pair, string[] newvalues)
 {
     try
     {
         return pair.Edit(newvalues);
     }
     catch (Exception ex)
     {
         throw new FaultException(ex.Message);
     }
 }