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