form预览

This commit is contained in:
yubaolee
2018-03-02 16:34:38 +08:00
parent 413e8d9b87
commit e87eb3c822
10 changed files with 562 additions and 301 deletions

View File

@@ -36,5 +36,10 @@ namespace OpenAuth.App
}
public Form FindSingle(string id)
{
return Repository.FindSingle(u => u.Id == id);
}
}
}