public NotificationService(IGrpcObservable <proto.EventMessage> grpcObservable)
 {
     _grpcObservable = grpcObservable;
 }
Esempio n. 2
0
 public ChatService(IGrpcObservable <proto.EventMessage> grpcObservable)
 {
     _grpcObservable = grpcObservable;
 }