ArmedCards.BusinessLogic.Repositories.GamePlayer.Insert.Insert C# (CSharp) Метод

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

public Insert ( ArmedCards.DataAccess.GamePlayer insertGamePlayer ) : System
insertGamePlayer ArmedCards.DataAccess.GamePlayer
Результат System
        public Insert(DAL.Base.IInsert insertGamePlayer)
        {
            this._insertGamePlayer = insertGamePlayer;
        }