コード例 #1
0
 public Task_Entity GetViewById(int id)
 {
     return(_dal.GetViewById(id));
 }