Exemple #1
0
 public static ObservableCollection <Category> RetrieveById(long id)
 {
     return(CategoryDAL.RetrieveById(id));
 }