Exemplo n.º 1
0
 private string Insert(IToDoItem toDoItem)
 {
     try
     {
         return(_toDoMapper.Insert(toDoItem));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }