Ejemplo n.º 1
0
 public void SendImage(string img)
 {
     AbpSession.Use(1, 2);
     _imageAppService.InsertImage(Context.ConnectionId, img);
     Logger.Debug("SendImage: " + img);
 }