Example #1
0
 public void Can_change_base_salary()
 {
     diputadoGenerico.ChangeSalary(30);
     Assert.AreEqual(diputadoGenerico.Salary, 30);
 }