Пример #1
0
 public void AddToDatabase()
 {
     dal = new DataAccessLayer.Board(TaskId, Email);
     dal.Add();
 }