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); }
public static void InsertAllListPerson(Level1 Person, string idRuns, SqlConnection connection, SqlTransaction transaction) { SqlParameters.InsertAllListPerson(Person.ListPerson, 1, Person.Chrom, Person.Start, Person.End, Person.Id, Person.Ref, Person.Alt, Person.DyDis, Person.DyMut, Person.MutID, Person.GenotypeChrom, Person.GenotypePos, Person.GenotypeId, Person.GenotypeRef, Person.GenotypeAlt, Person.ColorDyName, idRuns, connection, transaction); }