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