public Task <bool> Delete(Model.ttt_Entity.Student model) { throw new NotImplementedException(); }
public Task <bool> Update(Model.ttt_Entity.Student entity, List <string> lstColumns = null, List <string> lstIgnoreColumns = null, string strWhere = "") { throw new NotImplementedException(); }
public Task <int> Add(Model.ttt_Entity.Student model) { throw new NotImplementedException(); }
public Task <bool> Update(Model.ttt_Entity.Student entity, string strWhere) { throw new NotImplementedException(); }