Exemple #1
0
        public PersonModel(List <PersonModel> getList = null)//, List<PersonModel> getByIdList=null, List<PersonModel> updateList = null, List<PersonModel> removeList = null)
        {
            SourceManager sourceManager = new SourceManager();

            getList = sourceManager.Get();
            //GetList = getList;
            //GetByIdList = getByIdList;
            //UpdateList = updateList;
            //RemoveList = removeList;
        }
Exemple #2
0
        public PersonModel()
        {
            SourceManager sourceManager = new SourceManager();

            GetList = sourceManager.Get();
        }