Exemple #1
0
        public int EnablePublicFunds(string Id, int status)
        {
            BaseSetDA da = new BaseSetDA();

            return(da.EnablePublicFunds(Id, status));
        }