BLL.Workflows.Unicast.Unicast C# (CSharp) Метод

Unicast() публичный Метод

public Unicast ( Models computer, string direction, int userId ) : Helpers
computer Models
direction string
userId int
Результат Helpers
        public Unicast(Models.Computer computer, string direction, int userId)
        {
            _direction = direction;
            _computer = computer;
            _userId = userId;
        }