Beispiel #1
0
 public Category GetCategoryBySL(int sl)
 {
     return(categoryGateway.GetCategoryBySL(sl));
 }