refactoring
This commit is contained in:
parent
0e52884535
commit
61d5e6a184
7 changed files with 60 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ using Yavsc.Model;
|
|||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
public class BookQueryEvent: BookQueryProviderView, IEvent
|
||||
public class BookQueryEvent: BookQueryProviderInfo, IEvent
|
||||
{
|
||||
public BookQueryEvent()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ using System;
|
|||
namespace Yavsc.Model
|
||||
{
|
||||
|
||||
public class BookQueryProviderView {
|
||||
public ClientProviderView Client { get; set; }
|
||||
public class BookQueryProviderInfo {
|
||||
public ClientProviderInfo Client { get; set; }
|
||||
public Location Location { get; set; }
|
||||
|
||||
public long Id { get; set; }
|
||||
|
|
@ -12,7 +12,7 @@ public class BookQueryProviderView {
|
|||
public DateTime EventDate { get ; set; }
|
||||
public decimal? Previsional { get; set; }
|
||||
}
|
||||
public class ClientProviderView {
|
||||
public class ClientProviderInfo {
|
||||
public string UserName { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public int Rate { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue