Example #1
0
 public static int createComment(int userId, int taskId, string content, bool isRemind)
 {
     return(TasksDAL.createComment(userId, taskId, content, isRemind));
 }