コード例 #1
0
ファイル: Job.Service.cs プロジェクト: Kimi-Arthur/Pimix
 public static bool Post(Job data, string id = null)
     => PimixService.Post(data, id);
コード例 #2
0
ファイル: Job.Service.cs プロジェクト: Kimi-Arthur/Pimix
 public static bool Patch(Job data, string id = null)
     => PimixService.Patch(data, id);