Beispiel #1
0
 public void Put(int id, MDL_Division reg)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void Put(int id, MDL_Division reg)
 {
     _repositorio.Put(id, reg);
 }
Beispiel #3
0
 public void Post(MDL_Division reg)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void Post(MDL_Division reg)
 {
     _repositorio.Post(reg);
 }