예제 #1
0
 public Task <bool> DeleteAsync(Internal.Data.Entity.Demand model)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public Task <bool> UpdateAsync(Internal.Data.Entity.Demand entity, List <string> lstColumns = null, List <string> lstIgnoreColumns = null, string strWhere = "")
 {
     throw new NotImplementedException();
 }