6 lines
111 B
C#
6 lines
111 B
C#
public class Contacts
|
|
{
|
|
public string PhoneNumber { get; set; }
|
|
public string Email { get; set; }
|
|
}
|