Initial
This commit is contained in:
		
							
								
								
									
										15
									
								
								Datamodels/DatabaseModels/Communication.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								Datamodels/DatabaseModels/Communication.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| using System; | ||||
| using Datamodels.Lookups; | ||||
|  | ||||
| namespace Datamodels.DatabaseModels | ||||
| { | ||||
|     public class Communication | ||||
|     { | ||||
|         public long Id { get; set; } | ||||
|         public string CommunicationValue { get; set; } //mobile phone, home phone, job mail, etc. | ||||
|         public LookupValue CommunicationType { get; set; } | ||||
|         public DateTime CreatedAt { get; set; } | ||||
|         public DateTime ChangedAt { get; set; } | ||||
|         public Person Person { get; set; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user