Example #1
0
        public async Task <Kategori> GetKategoriByID(int kategoriID)
        {
            KategoriDAL kategoriDAL = new KategoriDAL();

            return(await kategoriDAL.GetKategoriByID(kategoriID));
        }