17 lines
401 B
C#
17 lines
401 B
C#
|
|
|
|
namespace com.itac.oib.client
|
|
{
|
|
// property: assembly: ASM.AS.OIB.Client, Version: 3.0.0.0
|
|
public class OibService : OibClientService {
|
|
|
|
// canRead:True, canWrite:False
|
|
private string serviceName;
|
|
|
|
public void setServiceName(string serviceName) {
|
|
this.serviceName = serviceName;
|
|
}
|
|
// field ServiceName without setMethod
|
|
}
|
|
}
|