9 lines
158 B
C#
9 lines
158 B
C#
namespace Lesson_40_wf
|
|
{
|
|
public class Contacts
|
|
{
|
|
public string PhoneNumber { get; set; }
|
|
public string Email { get; set; }
|
|
}
|
|
}
|