コード例 #1
0
ファイル: EspecieService.cs プロジェクト: pablomussanti/MCGA
        public Especie GetByID(int ID)
        {
            EspecieComponent EspecieComponent = new EspecieComponent();

            return(EspecieComponent.GetByID(ID));
        }