misc shit to bring up to date so can then commit qbi changes

This commit is contained in:
2019-11-20 20:04:04 +00:00
parent 284261fad5
commit 26636f1d9b
5 changed files with 47 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ namespace GZTW.AyaNova.BLL
#region Attributes
private bool mActive;
//case 1404 added for usefulness
internal Guid mClientID;
//internal Guid mClientID;
#endregion
#region Constructor

View File

@@ -443,7 +443,7 @@ namespace GZTW.AyaNova.BLL
/// <summary>
/// Takes a single ID and returns a "list" of one object
/// </summary>
/// <param name="WorkorderItemScheduledUserID">ID of WorkorderItemScheduledUser object</param>
/// <param name="WorkorderItemScheduledUserID">ID of WorkorderItemScheduledUser object (NOT the user id)</param>
/// <returns>list of <see cref="WorkorderQuoteScheduledUserList.WorkorderQuoteScheduledUserListInfo"/> objects</returns>
public static WorkorderQuoteScheduledUserList GetListForSingleItem(Guid WorkorderItemScheduledUserID)
{