Beispiel #1
0
 public List <Category> GetAllCategory()
 {
     return(aProductGateway.GetAllCategory());
 }