public HomeController(Db3SItSoultion context)
 {
     _context = context;
 }
예제 #2
0
 public ContactUsController(Db3SItSoultion context)
 {
     _context = context;
 }
 public MEnquiriesController(Db3SItSoultion context)
 {
     _context = context;
 }
 public EnquiryController(Db3SItSoultion context)
 {
     _context = context;
 }