Example #1
0
 public Result <Category> GetByParent(Guid ID)
 => _dataSource.GetByParent(ID);