VolTeer.BusinessLogicLayer.VT.Vend.sp_ProjectEvent_BLL.InsertProjectEventContext C# (CSharp) Méthode

InsertProjectEventContext() public méthode

public InsertProjectEventContext ( sp_ProjectEvent_DM InputProjectEvent ) : System.Guid
InputProjectEvent VolTeer.DomainModels.VT.Vend.sp_ProjectEvent_DM
Résultat System.Guid
        public Guid InsertProjectEventContext(sp_ProjectEvent_DM InputProjectEvent)
        {
            return DAL.InsertProjectEventContext(InputProjectEvent);
        }