예제 #1
0
파일: ApiController.cs 프로젝트: 0x5y/API
 public void CodeController(long rid, string cod, bool success, long time)
 {
     dataRepository.AddCode(new Code(rid, cod, success, time));
 }