예제 #1
0
        public static Company CreateCompany(int ID, int yearFounded, global::StartupService.Models.CompanyType type)
        {
            Company company = new Company();

            company.Id          = ID;
            company.YearFounded = yearFounded;
            company.Type        = type;
            return(company);
        }
예제 #2
0
 partial void OnTypeChanging(global::StartupService.Models.CompanyType value);