コード例 #1
0
ファイル: UserSteps.cs プロジェクト: xtravirt/YouTrack.Rest
 protected bool UserExists(string login)
 {
     return(StepHelper.UserExists(login));
 }