コード例 #1
0
ファイル: RolesService.cs プロジェクト: imsrui/YD10.30
 public IList <Roles> GetByTitle(string title)
 {
     return(rm.GetByTitle(title));
 }