예제 #1
0
파일: Mapper.cs 프로젝트: QuiCM/MapCord
 public void Map(PrivateChannelDescriptor privateChannel)
 {
     _privateChannelMapper.Map(privateChannel);
 }
예제 #2
0
파일: Mapper.cs 프로젝트: QuiCM/MapCord
 public void UpdateMap(PrivateChannelDescriptor privateChannel)
 {
 }
예제 #3
0
 internal void Map(PrivateChannelDescriptor privateChannel)
 {
     throw new NotImplementedException();
 }