Rename to VAR.Focus
This commit is contained in:
14
VAR.Focus.Web/Code/Entities/OperationStatus.cs
Normal file
14
VAR.Focus.Web/Code/Entities/OperationStatus.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace VAR.Focus.Web.Code.Entities
|
||||
{
|
||||
public class OperationStatus
|
||||
{
|
||||
public bool IsOK { get; set; }
|
||||
public string Message { get; set; }
|
||||
public string ReturnValue { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user