예제 #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();
 }