Ejemplo n.º 1
0
 public ListReturnData <Gadget2> GetAllGadgets()
 {
     //Returns an object of a class that is derived from the ReturnData class
     return(_stockServiceHelper.GetGadgets());
 }
Ejemplo n.º 2
0
 public ListReturnData <Gadget2> GetAllGadgets()
 {
     return(_stockServiceHelper.GetGadgets());
 }