| | |
| | | return await GetUrl("GetByObjectTypeAndObjectIDOfPurpose@V1.0").Get<List<BimfaceFileRelationStdDto>>(paras); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public async Task<BimfaceFileRelationStdDto> GetDefaultByObjectTypeAndObjectIDOfPurpose(string ObjectType, long ObjectID, string Purpose) |
| | | { |
| | | var paras = new List<(string Name, object Value)>() |
| | | { |
| | | (nameof(ObjectType),ObjectType), |
| | | (nameof(ObjectID),ObjectID), |
| | | (nameof(Purpose),Purpose) |
| | | }; |
| | | return await GetUrl("GetDefaultByObjectTypeAndObjectIDOfPurpose@V1.0").Get<BimfaceFileRelationStdDto>(paras); |
| | | } |
| | | } |
| | | } |