public void PatchTimeoffrequestsTimeoffrequestIdTest()
        {
            // TODO: add unit test for the method 'PatchTimeoffrequestsTimeoffrequestId'
            string timeOffRequestId  = null; // TODO: replace null with proper value
            TimeOffRequestPatch body = null; // TODO: replace null with proper value

            instance.PatchTimeoffrequestsTimeoffrequestId(timeOffRequestId, body);
        }
Beispiel #2
0
 public void Init()
 {
     instance = new TimeOffRequestPatch();
 }