Beispiel #1
0
        public List <ProjectEntity> GetStateNames(int CountryId)
        {
            var ClientDAC = new ClientDAC();

            return(ClientDAC.GetStateNames(CountryId));
        }