示例#1
0
        public void Delete(int Id)
        {
            var bc = new EspecieComponent();

            bc.Delete(Id);
        }
示例#2
0
        public bool Delete(int ID)
        {
            EspecieComponent EspecieComponent = new EspecieComponent();

            return(EspecieComponent.Delete(ID));
        }