Exemple #1
0
 /// <summary>
 /// Lấy thông tin khách hàng theo ID
 /// </summary>
 /// <param name="entityID"></param>
 /// <returns></returns>
 public virtual T GetEntityByID(Guid entityID)
 {
     return(_baseDL.GetEntityByID(entityID));
 }