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