예제 #1
0
 public async Task GetModels()
 {
     await Clients.Caller.SendAsync("InitialDraw", await _drawService.GetRecModels());
 }