예제 #1
0
 public void StarTaskBLL(int noteID)
 {
     noteDAL.StarTaskDAL(noteID);
 }