Exemple #1
0
 public System.Threading.Tasks.Task <RealEstate.UserEndPoint.authResponseDto> authAsync(RealEstate.UserEndPoint.authDto AuthDto)
 {
     return(base.Channel.authAsync(AuthDto));
 }
Exemple #2
0
 public RealEstate.UserEndPoint.authResponseDto auth(RealEstate.UserEndPoint.authDto AuthDto)
 {
     return(base.Channel.auth(AuthDto));
 }