コード例 #1
0
 public Task <bool> Delete(Model.ttt_Entity.Student model)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task <bool> Update(Model.ttt_Entity.Student entity, List <string> lstColumns = null, List <string> lstIgnoreColumns = null, string strWhere = "")
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public Task <int> Add(Model.ttt_Entity.Student model)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Task <bool> Update(Model.ttt_Entity.Student entity, string strWhere)
 {
     throw new NotImplementedException();
 }