예제 #1
0
 protected override List <object> GetData()
 {
     return(_service.GetAllCategory().ToObjects <object>());
 }