예제 #1
0
 public void Edit(Common.Task newT)
 {
     this.BLL.Edit(newT);
 }
예제 #2
0
 public void Create(Common.Task task)
 {
     this.BLL.Create(task);
 }