Exemplo n.º 1
0
 public void AddToMdaParticipationTypes(MdaParticipationType mdaParticipationType)
 {
     base.AddObject("MdaParticipationTypes", mdaParticipationType);
 }
Exemplo n.º 2
0
 public static MdaParticipationType CreateMdaParticipationType(int ID, global::System.Guid guid, string createdBy, global::System.DateTime createdAt, string name, bool isActive, byte[] timestamp)
 {
     MdaParticipationType mdaParticipationType = new MdaParticipationType();
     mdaParticipationType.ID = ID;
     mdaParticipationType.Guid = guid;
     mdaParticipationType.CreatedBy = createdBy;
     mdaParticipationType.CreatedAt = createdAt;
     mdaParticipationType.Name = name;
     mdaParticipationType.IsActive = isActive;
     mdaParticipationType.Timestamp = timestamp;
     return mdaParticipationType;
 }