I have two simple forms as follows:
public class MediaPartner
{
[ PrimaryKey, AutoIncrement]
public int Id {get; set; }
public string PhoneNumber {get; set; }
public string CompanyName {g
I have two simple forms as follows:
public class MediaPartner
{
[ PrimaryKey, AutoIncrement]
public int Id {get; set; }
public string PhoneNumber {get; set; }
public string CompanyName {g