Esempio n. 1
0
 public void UpdateCommunityAction(CommunityAction oAction)
 {
     bool res = DALCommunityAction.CommunityAction_Update(oAction);
 }