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