LibiadaWeb.Models.Repositories.Catalogs.NotationRepository.NotationRepository C# (CSharp) 메소드

NotationRepository() 공개 메소드

Initializes a new instance of the NotationRepository class.
public NotationRepository ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
리턴 System.Collections.Generic
        public NotationRepository(LibiadaWebEntities db)
        {
            Notations = db.Notation.ToArray();
        }