public static void InsertAllListPerson(Level3 Person, string idRuns, SqlConnection connection, SqlTransaction transaction) { SqlParameters.InsertAllListPerson(Person.ListPerson, 4, Person.Chrom, Person.Start, Person.End, Person.Id, Person.Ref, Person.Alt, Person.DyDis, Person.DyMut, Person.MutID, Person.InsertionsChrom, Person.InsertionsPos, Person.InsertionsId, Person.InsertionsRef, Person.InsertionsAlt, Person.ColorDyName, idRuns, connection, transaction); }
public static void InsertAllListPerson(Level9 Person, string idRuns, SqlConnection connection, SqlTransaction transaction) { SqlParameters.InsertAllListPerson(Person.ListPerson, Person.DyDis, Person.DyMut, Person.MutID, Person.ColorDyName, idRuns, connection, transaction); }
public static void InsertAllListPerson(Level5 Person, string idRuns, SqlConnection connection, SqlTransaction transaction) { SqlParameters.InsertAllListPerson(Person.ListPerson, 5, Person.Chrom, 0, "", Person.Id, Person.Ref, Person.Alt, Person.DyDis, Person.DyMut, Person.MutID, "", 0, "", "", "", Person.ColorDyName, idRuns, connection, transaction); }