Beispiel #1
0
    public static int AddNewSociety(Society Society)
    {
        int result = Society.InsertSociety();

        return(result);
    }