示例#1
0
        public Especie GetByID(int ID)
        {
            EspecieComponent EspecieComponent = new EspecieComponent();

            return(EspecieComponent.GetByID(ID));
        }