Example #1
0
 public static bool Post(Job data, string id = null)
     => PimixService.Post(data, id);
Example #2
0
 public static bool Patch(Job data, string id = null)
     => PimixService.Patch(data, id);