VolTeer.BusinessLogicLayer.VT.Vend.sp_ProjectEvent_BLL.InsertProjectEventContext C# (CSharp) 메소드

InsertProjectEventContext() 공개 메소드

public InsertProjectEventContext ( sp_ProjectEvent_DM InputProjectEvent ) : System.Guid
InputProjectEvent VolTeer.DomainModels.VT.Vend.sp_ProjectEvent_DM
리턴 System.Guid
        public Guid InsertProjectEventContext(sp_ProjectEvent_DM InputProjectEvent)
        {
            return DAL.InsertProjectEventContext(InputProjectEvent);
        }