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