Exemplo n.º 1
0
 public void UPCASEFIRST() // This method can have any name
 {
     BensAcadGenUtils.UPCASE.ChangeAttributeValuesToUpper a = new UPCASE.ChangeAttributeValuesToUpper();
     a.SetFirstAttributeToUpper();
 }
Exemplo n.º 2
0
 public void UPCASEALL() // This method can have any name
 {
     BensAcadGenUtils.UPCASE.ChangeAttributeValuesToUpper a = new UPCASE.ChangeAttributeValuesToUpper();
     a.SetAllAttributesToUpper();
 }