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