Beispiel #1
0
        public void Add()
        {
            var conn = new UserConnection
            {
                UserName     = "******",
                Avator       = "",
                ConnectionId = "",
                Name         = "周文淘",
                AddTime      = DateTime.Now
            };
            var unit = new UserConnectionController();

            unit.Add(conn);
        }
Beispiel #2
0
 private CommentsServiceImpl()
 {
     connection = new UserConnectionControllerImpl();
 }
Beispiel #3
0
 private BookingServiceImpl()
 {
     userConnection = new UserConnectionControllerImpl();
 }