public int AddHouse()
 {
     return(mongoService.AddHouse(0));
 }
Beispiel #2
0
 public void Add()
 {
     mongoService.AddHouse(0);
 }