Exemple #1
0
 public void AssociaConiuge_PMCTest()
 {
     try
     {
         using (ModelDBISE db = new ModelDBISE())
         {
             using (DtRicalcoloParametri dtrp = new DtRicalcoloParametri())
             {
                 dtrp.AssociaConiuge_PMC(2, db);
             }
         }
     }
     catch (Exception ex)
     {
         Assert.Fail(ex.Message);
     }
 }