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