first commit
This commit is contained in:
		| @ -0,0 +1,15 @@ | ||||
| using System.Threading.Tasks; | ||||
| using Volo.Abp.Data; | ||||
| using Volo.Abp.DependencyInjection; | ||||
|  | ||||
| namespace KonSoft.Payment; | ||||
|  | ||||
| public class PaymentTestDataSeedContributor : IDataSeedContributor, ITransientDependency | ||||
| { | ||||
|     public Task SeedAsync(DataSeedContext context) | ||||
|     { | ||||
|         /* Seed additional test data... */ | ||||
|  | ||||
|         return Task.CompletedTask; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user