Example #1
0
 public static Store GetStoreById(long id)
 {
     return(StoreDL.GetStoreById(id));
 }