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