internal CaseInstanceService(ICaseInstanceRestService api)
 {
     _api = api;
 }
Esempio n. 2
0
 internal CaseInstanceResource(ICaseInstanceRestService api, string caseInstanceId)
 {
     _api            = api;
     _caseInstanceId = caseInstanceId;
 }