Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.34 KB | None | 0 0
  1. using Dota2MK_FinalPage.Models;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Web;
  6. using System.Web.Mvc;
  7.  
  8. namespace Dota2MK_FinalPage.ViewModel
  9. {
  10.     public class PlayerFormViewModel
  11.     {
  12.         public Player Player { get; set; }
  13.  
  14.         public IEnumerable<Team> Team { get; set; }    
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement