상속: BaseModel
예제 #1
0
 public void Insert(Ratings model)
 {
     Execute(SqlInsertCommand, model);
 }
예제 #2
0
 public void Update(Ratings model)
 {
     Execute(SqlUpdateCommand, model);
 }