public int AddHouse()
 {
     return(mongoService.AddHouse(0));
 }
Exemplo n.º 2
0
 public void Add()
 {
     mongoService.AddHouse(0);
 }