//I have two class one defination and other attributes.
public class names
{
int id;
string name;
}
public class address
{
string address1;
string address2;
}
//I need to implement this for one employee and mutliple address
// can please provide logic and example
Ram NunnaPosted Oct 24, 2017, 7:05 AM
Tapan PatelPosted Oct 14, 2017, 12:57 PM