Beispiel #1
0
 public static int getOwnerByTaskId(int taskId)
 {
     return(TasksDAL.getOwnerByTaskId(taskId));
 }