Esempio n. 1
0
 public static InsertValue <dynamic> InsertInto(string tableName, string dbSchema = "dbo")
 {
     return(SpryInsert <dynamic> .Insert(tableName, dbSchema));
 }
Esempio n. 2
0
 public static InsertValue <TDto> InsertInto <TDto>(string tableName, string dbSchema = "dbo")
 {
     return(SpryInsert <TDto> .Insert(tableName, dbSchema));
 }