C# 클래스 UnicornClicker.GameService

파일 보기 프로젝트 열기: rowanmiller/Demo-EF7 1 사용 예제들

공개 메소드들

메소드 설명
GetTopGames ( ) : IEnumerable
RecordGame ( int duration, int clicks ) : void

메소드 상세

GetTopGames() 공개 정적인 메소드

public static GetTopGames ( ) : IEnumerable
리턴 IEnumerable

RecordGame() 공개 정적인 메소드

public static RecordGame ( int duration, int clicks ) : void
duration int
clicks int
리턴 void