Beispiel #1
0
 public int GetTaskID(string tittle, int catID)
 {
     return(taskRepo.GetTaskID(tittle, catID));
 }