Beispiel #1
0
 public Category GetCategory(int id)
 {
     return(dbCtr.GetCategory(id));
 }