Beispiel #1
0
 public Status LoadPageType(int pageStatusId)
 {
     return(_dataContext.Load <Status>(pageStatusId));
 }