コード例 #1
0
 public TaskBacklog GetTaskDetail(int Id)
 {
     return(_context.GetTaskDetail(Id));
 }