MvcApplication1.Models.UsersContext.UsersContext C# (CSharp) 메소드

UsersContext() 공개 메소드

public UsersContext ( ) : System.ComponentModel.DataAnnotations
리턴 System.ComponentModel.DataAnnotations
        public UsersContext()
            : base("DefaultConnection")
        {
        }
UsersContext