Ejemplo n.º 1
0
 public PMEvent(Guid? eventId, string name, DateTime date, decimal cost, Guid? churchId, Guid? placeId)
     : this(eventId.NullG(), name, date, cost.NullD(), churchId, placeId)
 {
 }
Ejemplo n.º 2
0
 public PMChurch(Guid churchId, Guid sectorId, string sector, Guid typeId, string type, string name, string municipality, string address, string phone)
     : this(churchId.NullG(), sectorId.NullG(), sector, typeId.NullG(), type, name, municipality, address, phone)
 {
 }
Ejemplo n.º 3
0
 public PMYoung(Guid youngId, Guid sectorId, Guid churchId, string sector, string church, string name, string surnames, string email, string facebook, DateTime birthday, DateTime registerDate)
     : this(youngId.NullG(), sectorId.NullG(), churchId.NullG(), sector, church, name, surnames, email, facebook, birthday, registerDate)
 {
 }