コード例 #1
0
ファイル: Reference.cs プロジェクト: teize001/Crema
 public Ntreev.Crema.ServiceModel.ResultBase BeginUserEdit(System.Guid domainID, Ntreev.Crema.ServiceModel.DomainLocationInfo location)
 {
     return(base.Channel.BeginUserEdit(domainID, location));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: teize001/Crema
 public Ntreev.Crema.ServiceModel.ResultBase SetUserLocation(System.Guid domainID, Ntreev.Crema.ServiceModel.DomainLocationInfo location)
 {
     return(base.Channel.SetUserLocation(domainID, location));
 }