Renamed testing projects
This commit is contained in:
8
testing/HopFrame.Testing.Api/Models/Employee.cs
Normal file
8
testing/HopFrame.Testing.Api/Models/Employee.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace HopFrame.Testing.Api.Models;
|
||||
|
||||
public class Employee {
|
||||
public int EmployeeId { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
public virtual Address Address { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user