示例#1
0
 public DbResult LeaveAction(string Id, string type)
 {
     return(repo.LeaveAction(Id, type));
 }