Exemplo n.º 1
0
 public InsertQueryFluentBuilder1 <TModel> AddObject(TModel obj)
 {
     _insertQuery.AddObject(obj);
     return(this);
 }