Пример #1
0
 /// <summary>
 /// 获取分销商信息
 /// </summary>
 /// <param name="distributorUserRelationDTO"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.DistributorInfoDTO GetDistributorInfo(Jinher.AMP.BTP.Deploy.CustomDTO.DistributorUserRelationDTO distributorUserRelationDTO)
 {
     base.Do();
     return(this.Command.GetDistributorInfo(distributorUserRelationDTO));
 }
Пример #2
0
 /// <summary>
 /// 保存分销商关系
 /// </summary>
 /// <param name="distributor">分销用户关系</param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Guid> SaveDistributorRelation(Jinher.AMP.BTP.Deploy.CustomDTO.DistributorUserRelationDTO distributor)
 {
     base.Do();
     return(this.Command.SaveDistributorRelation(distributor));
 }