This is a very small project, i need a class or more in C# with the following features: -This class receive 2 parameters: a list of integers(list) and sql connection (string) - With this list get the the records from 2 sql server tables : table1: (field1 int - key, field2 string) table 2: (field1 int, field3 int) this table related to table1 through field1 sample: table1 (1, "aaa"), (2, "bbbb"), (3,"ccc")...