Beispiel #1
0
 public void PostTest()
 {
     try
     {
         servico.Post(1, "Arrumar a cama", 50.0m);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }