示例#1
0
 public int Insert(int UserId, int ProjectId)
 {
     return(dal.Insert(UserId, ProjectId));
 }