Beispiel #1
0
 public CompanyDeleteModel(RazorCms.Data.RazorCmsContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CompanyIndexModel(RazorCms.Data.RazorCmsContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ContactDetailsModel(RazorCms.Data.RazorCmsContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public CompanyEditModel(RazorCms.Data.RazorCmsContext context)
 {
     _context = context;
 }