Ejemplo n.º 1
0
 private static void GetCategory(Action <IList <IBeerContent> > success, Action <string> error)
 {
     GetService.GetCategory(success, error);
 }