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