Esempio n. 1
0
 public void InitViewForCommunityToAdd(Int32 idFatherCommunity, Int32 idCommunityType)
 {
     InitializeView(0, ServiceCommunities.GetAllAvailableOrganizations(idFatherCommunity), idCommunityType);
 }
Esempio n. 2
0
 public void InitViewForCommunity(Int32 idCommunity)
 {
     InitializeView(idCommunity, ServiceCommunities.GetAllAvailableOrganizations(idCommunity));
 }