コード例 #1
0
 public int AddCaso(Caso toBeCreated)
 {
     return(_casoDao.Create(toBeCreated));
 }