예제 #1
0
 // GET: api/Categorias/5
 public Category Get(string id)
 {
     return(categoryBL.Find(id));
 }