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