Example #1
0
 public SharingService(IMarkDocsAppDAL dal, IWSUserService socket)
 {
     _dal    = dal;
     _socket = socket;
 }