示例#1
0
 public bool Update(EstateApi t) => m_estateRepo.Update(t);
示例#2
0
 public bool Insert(EstateApi t) => m_estateRepo.Insert(t);
示例#3
0
 public bool Delete(EstateApi t)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public bool Delete(EstateApi t) => m_estateRepo.Delete(t);
示例#5
0
 public bool Insert(EstateApi t)
 {
     throw new NotImplementedException();
 }