Exemple #1
0
 public static int AddTaskCategory(int taskId, int categoryId)
 {
     return(ContextManager.AddTaskCategory(taskId, categoryId));
 }