Example #1
0
 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);
 }
Example #2
0
 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);
 }
Example #3
0
 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);
 }