예제 #1
0
 public System.Threading.Tasks.Task InformAboutUserLoggedOutAsync(AMS.Broker.Contracts.DTO.User user)
 {
     return(base.Channel.InformAboutUserLoggedOutAsync(user));
 }
예제 #2
0
 public void InformAboutUserLoggedOut(AMS.Broker.Contracts.DTO.User user)
 {
     base.Channel.InformAboutUserLoggedOut(user);
 }