Beispiel #1
0
 public Category Get(int id)
 {
     return(_categoryStore.Get(id));
 }